Remove now aliases nixUnstable

This commit is contained in:
Sandro Jäckel 2022-02-16 20:52:25 +01:00
parent 4acb3cd58b
commit b031f8d877
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
glibcLocales
mypy
# technically not a test input, but we need it for development in PATH
nixUnstable
pkgs.nixVersions.nix_2_4 or nix_2_4
nix-prefetch
];
checkPhase = ''
@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
mypy --no-warn-unused-ignores --strict nix_update tests
'';
makeWrapperArgs = [
"--prefix PATH" ":" (lib.makeBinPath [ nixUnstable nix-prefetch nixpkgs-fmt nixpkgs-review ])
"--prefix PATH" ":" (lib.makeBinPath [ pkgs.nixVersions.nix_2_4 or nix_2_4 nix-prefetch nixpkgs-fmt nixpkgs-review ])
];
shellHook = ''
# workaround because `python setup.py develop` breaks for me