flake.nix: add sops + yaml

This commit is contained in:
notohh 2023-04-26 20:50:07 -04:00
parent a37060825c
commit 97336b791d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -37,9 +37,11 @@
name = "snowflake";
packages = with pkgs; [
nil
yaml-language-server
alejandra
git
deploy-rs
sops
];
};
deploy = import ./hosts/deploy.nix inputs;