From 97336b791de2df584c7c9156e7a2d11eafd9064f Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 26 Apr 2023 20:50:07 -0400 Subject: [PATCH] flake.nix: add sops + yaml --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index b5fb454..6dcc3b0 100755 --- a/flake.nix +++ b/flake.nix @@ -37,9 +37,11 @@ name = "snowflake"; packages = with pkgs; [ nil + yaml-language-server alejandra git deploy-rs + sops ]; }; deploy = import ./hosts/deploy.nix inputs;