This commit is contained in:
shimun 2021-01-14 19:17:08 +01:00
parent 3ba1874475
commit ca68bdb4a0
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -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