diff --git a/flake.nix b/flake.nix index 9596cfe..df25eb8 100644 --- a/flake.nix +++ b/flake.nix @@ -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