add ', fmt'

This commit is contained in:
Sridhar Ratnakumar 2023-01-03 10:50:00 +05:30
parent d29af345ed
commit eb36b8bbd6
2 changed files with 8 additions and 1 deletions

View file

@ -83,6 +83,12 @@
''
${lib.getExe pkgs.nixos-rebuild} --use-remote-sudo switch -j auto
'';
category = "Main";
};
fmt = {
description = "Autoformat repo tree";
exec = "nix fmt";
};
};
};