summaryrefslogtreecommitdiff
path: root/nix/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/shell.nix')
-rw-r--r--nix/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/shell.nix b/nix/shell.nix
index b1b4b16..6318285 100644
--- a/nix/shell.nix
+++ b/nix/shell.nix
@@ -2,5 +2,5 @@
with pkgs;
mkShell {
# nativeBuildInputs is usually what you want -- tools you need to run
- nativeBuildInputs = [ nixops nixos-generators ];
+ nativeBuildInputs = [ nixopsUnstable nixos-generators ];
}