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";
|
name = "snowflake";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
|
yaml-language-server
|
||||||
alejandra
|
alejandra
|
||||||
git
|
git
|
||||||
deploy-rs
|
deploy-rs
|
||||||
|
sops
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
deploy = import ./hosts/deploy.nix inputs;
|
deploy = import ./hosts/deploy.nix inputs;
|
||||||
|
|
Loading…
Reference in a new issue