diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-09-28 03:41:22 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-09-28 03:41:22 +0300 |
commit | fa40015d45d721eba1b363fbca3e55881f296b87 (patch) | |
tree | 2377044fdc99870678b3752ae05ee037e8cb14ca /modules/common/profiles/dev/default.nix | |
parent | 2023-09-20 (diff) |
2023-09-28
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/dev/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/common/profiles/dev/default.nix b/modules/common/profiles/dev/default.nix index 442a03a..4f2a80f 100644 --- a/modules/common/profiles/dev/default.nix +++ b/modules/common/profiles/dev/default.nix @@ -79,13 +79,14 @@ in { }; packages = with pkgs; [ - htmlq - hydra-check - jq nix-index nix-update nixpkgs-review + hydra-check + jq yq + htmlq + sops ]; }; }; |