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
];
}
-8
View File
@@ -6,11 +6,3 @@
stateVersion = "25.11";
locale = "nl_NL.UTF-8";
}
{ mkShell }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}