🚧 wip: progress on p1 + changed provider to virtualbox

Signed-off-by: xtrm <oss@xtrm.me>
This commit is contained in:
xtrm
2025-03-04 19:51:09 +01:00
parent 0fb19bbbe0
commit 8c1eeab749
7 changed files with 108 additions and 13 deletions

View File

@ -4,6 +4,11 @@
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
# Tools
vagrant
kubectl
# Virtual Machine
nixos-generators
];
}