aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:49:23 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:49:23 +0100
commit970f314e8684914a7dbf45aaf0e776cc0cab85d9 (patch)
tree96983d8b264878d7525547bf82d959884c196218
parent9c7008070eaa20da1ead141258ca57c97d8e569f (diff)
updated dev flake
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0df9734..ace0bf6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,6 +11,7 @@
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
rustup # Rust
+ qemu # VM
];
};