From ca68bdb4a0e8810c8aed43fb5532a9d1969fcbc0 Mon Sep 17 00:00:00 2001 From: shimun Date: Thu, 14 Jan 2021 19:17:08 +0100 Subject: [PATCH] check --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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