diff options
Diffstat (limited to 'nix/shell.nix')
| -rw-r--r-- | nix/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/shell.nix b/nix/shell.nix index b4d0142..0bda684 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -19,5 +19,5 @@ let packs = [ ]; in mkShell { # nativeBuildInputs is usually what you want -- tools you need to run - nativeBuildInputs = packs; /* -- [ nixopsUnstable nixos-generators ] */ + nativeBuildInputs = packs; /* -- [ nixopsUnstable nixos-generators ] */ } |
