ソースを参照

test(trycmd): fix name of trydump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 年 前
コミット
85df206d7e
1 ファイル変更2 行追加2 行削除
  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";