Recreated files

This commit is contained in:
2026-03-12 21:11:50 +01:00
parent f1de0823a1
commit 6afa7224e5
16 changed files with 2784 additions and 18 deletions
@@ -1,6 +1,6 @@
{ mkShell, ... }:
mkShell {
buildInputs = with import <nixpkgs> { }; [
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];