Browse Source

test(trycmd): fix name of trydump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 years ago
parent
commit
85df206d7e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      flake.nix

+ 2 - 2
flake.nix

@@ -109,8 +109,8 @@
             inherit buildInputs;
           };
 
-          # Run `nix build .#clippy` to lint code
-          trybuild = naersk'.buildPackage {
+          # Run `nix build .#trydump` to dump testing files
+          trydump = naersk'.buildPackage {
             src = ./.;
             mode = "test";
             TRYCMD="dump";