moving flake into generated

This commit is contained in:
2026-03-16 08:26:24 +00:00
parent 349f056e46
commit 243a6b5217
25 changed files with 252 additions and 1 deletions
@@ -0,0 +1,7 @@
{ mkShell, ... }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}