| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -23/+16 |
| * | python3Packages.django-configurations: 2.5 -> 2.5.1 | Martin Weinelt | 2024-04-22 | 1 | -2/+2 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python310Packages.django-configurations: 2.4.1 -> 2.5 | R. Ryantm | 2023-11-05 | 1 | -2/+2 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -1/+1 |
| * | python310Packages.django-configurations: 2.4 -> 2.4.1 | R. Ryantm | 2023-04-11 | 1 | -2/+2 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.django-discover-runner: remove | Theodore Ni | 2022-11-21 | 1 | -2/+0 |
| * | python310Packages.django-configurations: 2.3.2 -> 2.4 | R. Ryantm | 2022-09-02 | 1 | -2/+2 |
| * | python310Packages.django-configurations: 2.3.1 -> 2.3.2 | R. Ryantm | 2022-01-26 | 1 | -2/+2 |
| * | python3Packages.django-configurations: fix build | Fabian Affolter | 2021-12-02 | 1 | -11/+34 |
| * | python3Packages.django-configurations: 2.2 -> 2.3.1 | Jonathan Ringer | 2021-11-30 | 1 | -2/+2 |
| * | treewide: setuptools_scm -> setuptools-scm | Sandro Jäckel | 2021-06-03 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | pythonPackages.django-configurations: fix build | Lancelot SIX | 2020-02-09 | 1 | -1/+4 |
| * | python: django-configurations: 2.1 -> 2.2 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | pythonPackages.django-configurations: init at 2.1 | Chris Ostrouchov | 2018-10-26 | 1 | -0/+41 |
