check
This commit is contained in:
parent
3ba1874475
commit
ca68bdb4a0
@ -48,6 +48,10 @@
|
||||
devShell = with pkgs; mkShell {
|
||||
buildInputs = [ nodejs packages.resume-cli ];
|
||||
};
|
||||
checks.resume-cli = pkgs.runCommandLocal "resume-cli-test" { buildInputs = [ packages.resume-cli ]; } ''
|
||||
resume --help
|
||||
touch $out
|
||||
'';
|
||||
};
|
||||
forSystem = system: forPkgs (import nixpkgs { inherit system; });
|
||||
in
|
||||
|
Loading…
x
Reference in New Issue
Block a user