nix flake check

This commit is contained in:
2026-02-03 17:33:53 +01:00
parent 0aa591b57a
commit fe92ead2ac
2 changed files with 3 additions and 9 deletions

View File

@@ -16,10 +16,6 @@
{
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.ormolu.enable = true;
programs.black.enable = true;
programs.prettier.enable = true;
programs.stylua.enable = true;
}
)
);