Skip to content

Commit

Permalink
drop old pkgs.nixVersions.stable fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 30, 2023
1 parent ff46484 commit 303c378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkgs.python311.pkgs.buildPythonApplication {
nativeCheckInputs = [
pkgs.python311.pkgs.pytest
# technically not test inputs, but we need it for development in PATH
pkgs.nixVersions.stable or pkgs.nix_2_4
pkgs.nixVersions.stable
pkgs.nix-prefetch-git
];
checkPhase = ''
Expand Down

0 comments on commit 303c378

Please sign in to comment.