From 3ebc2508ce7a7208a887e3e2c2e3a83c334fe106 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 2 Jun 2024 00:22:33 +1000 Subject: [PATCH] nixops: switched to nixops-unstable-minimal --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index e622ebe..81b9a6c 100644 --- a/default.nix +++ b/default.nix @@ -13,7 +13,7 @@ with import ./nix args; { alejandraUnstable # The Uncompromising Nix Code Formatter cardanoNodeProject.cardano-cli # required for KES key rotation niv - nixops_unstable # work around for issue #127423 + nixops_unstable_minimal # work around for issue #127423 tea # Gitea official CLI client treefmt # one CLI to format the code tree ];