From 4637b58ce8446befe918433662bfa10e4ff18c4e Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 22 Aug 2024 11:47:13 +1000 Subject: [PATCH] chore(nix): add nixops --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 31f04ef..cb05f0b 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,7 @@ with pkgs; buildInputs = [ alejandra # The Uncompromising Nix Code Formatter nix # Powerful package manager, makes packaging reliable & reproducible + nixops_unstable_minimal # work around for issue #127423 tea # Gitea official CLI client treefmt # one CLI to format the code tree ];