aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
];
};