flake.nix: add sops + yaml
This commit is contained in:
parent
a37060825c
commit
97336b791d
1 changed files with 2 additions and 0 deletions
|
@ -37,9 +37,11 @@
|
|||
name = "snowflake";
|
||||
packages = with pkgs; [
|
||||
nil
|
||||
yaml-language-server
|
||||
alejandra
|
||||
git
|
||||
deploy-rs
|
||||
sops
|
||||
];
|
||||
};
|
||||
deploy = import ./hosts/deploy.nix inputs;
|
||||
|
|
Loading…
Reference in a new issue