chore(nix): add nixops

This commit is contained in:
Serĉanto de Scio 2024-08-22 11:47:13 +10:00
parent 344943bf9f
commit ad844be326
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -9,6 +9,7 @@ with pkgs;
buildInputs = [ buildInputs = [
alejandra # The Uncompromising Nix Code Formatter alejandra # The Uncompromising Nix Code Formatter
nix # Powerful package manager, makes packaging reliable & reproducible nix # Powerful package manager, makes packaging reliable & reproducible
nixops_unstable_minimal # work around for issue #127423
tea # Gitea official CLI client tea # Gitea official CLI client
treefmt # one CLI to format the code tree treefmt # one CLI to format the code tree
]; ];