python: fix dev shell command check
This commit is contained in:
@@ -16,7 +16,7 @@ let
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
checkScript = pkgs.writeScriptBin "check" ''
|
checkScript = pkgs.writeScriptBin "check" ''
|
||||||
nix build -f . tests.check -L "$@"
|
nix build -f . tests -L "$@"
|
||||||
'';
|
'';
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ let
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
checkScript = pkgs.writeScriptBin "check" ''
|
checkScript = pkgs.writeScriptBin "check" ''
|
||||||
nix build -f . tests.check -L "$@"
|
nix build -f . tests -L "$@"
|
||||||
'';
|
'';
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user