This commit is contained in:
2026-02-06 16:13:02 +01:00
parent 387330c227
commit a3bb76364e
2 changed files with 104 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
{
formatting = pkgs.runCommand "check-formatting" { buildInputs = [ pkgs.nixfmt-rfc-style ]; } ''
cd ${./..}
nixfmt --check flake.nix pkgs checks devshells overlays
touch $out
'';
}