python: fix dev shell command check
Some checks failed
build / test (push) Failing after 3s

This commit is contained in:
DavHau 2023-07-21 13:51:49 +02:00
parent e74ca71d41
commit f370635518
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ let
]
);
checkScript = pkgs.writeScriptBin "check" ''
nix build -f . tests.check -L "$@"
nix build -f . tests -L "$@"
'';
devShell = pkgs.mkShell {
packages = [

View File

@ -14,7 +14,7 @@ let
]
);
checkScript = pkgs.writeScriptBin "check" ''
nix build -f . tests.check -L "$@"
nix build -f . tests -L "$@"
'';
devShell = pkgs.mkShell {
packages = [