Recreated flake files

This commit is contained in:
2026-03-12 20:17:15 +01:00
parent c98314ec83
commit df8534e3aa
3 changed files with 48 additions and 36 deletions
@@ -1,6 +1,6 @@
{ mkShell, ... }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
buildInputs = with import <nixpkgs> { }; [
nil
nixfmt-rfc-style
];