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 ];