From 267178be9f7b8893f769d7189b69fa586b1016ec Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 21 Nov 2021 03:12:12 +0100 Subject: cabal build via nix --- nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/shell.nix') 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 ]; } -- cgit v1.2.3