dev: minor desc change

This commit is contained in:
Sridhar Ratnakumar 2023-06-21 18:03:07 -04:00
parent 38780dec42
commit 527fa6402f

View File

@ -23,7 +23,7 @@
exec = "./test.sh";
};
fmt = {
description = "Format the top-level Nix files";
description = "Format all Nix files";
exec = ''
${lib.getExe pkgs.fd} -e nix | xargs ${lib.getExe pkgs.nixpkgs-fmt}
'';