This commit is contained in:
2021-01-14 19:17:08 +01:00
parent 3ba1874475
commit ca68bdb4a0

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