mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
Remove now aliases nixUnstable
This commit is contained in:
parent
4acb3cd58b
commit
b031f8d877
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user