Testing VM

This commit is contained in:
2026-03-07 14:42:45 +01:00
parent 553098bdb0
commit 32b7beae82
4 changed files with 298 additions and 299 deletions
@@ -0,0 +1,7 @@
{ mkShell }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}