nix: switched to nixUnstable

See Nix issue #127423
This commit is contained in:
Serĉanto de Scio 2021-07-07 09:40:35 +10:00
parent 6ef8e9906a
commit 4d00a5d91d
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -9,7 +9,7 @@
buildInputs = [ buildInputs = [
cardanoNodeProject.cardano-cli # required for KES key rotation cardanoNodeProject.cardano-cli # required for KES key rotation
niv niv
nixops nixopsUnstable # work around for issue #127423
]; ];
NIX_PATH = "nixpkgs=${path}"; NIX_PATH = "nixpkgs=${path}";
NIXOPS_DEPLOYMENT = "${globals.deploymentName}"; NIXOPS_DEPLOYMENT = "${globals.deploymentName}";