diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-21 15:11:34 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-21 15:11:34 +0300 |
commit | 8dd4dce913b60163afb0b4a9bdecc79c0c7ef873 (patch) | |
tree | 7fac2f22f4c1db027469bcebdd7af159b56aa412 /modules/common/profiles/dev | |
parent | 2024-01-17 (diff) |
2024-01-21
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/dev/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/common/profiles/dev/default.nix b/modules/common/profiles/dev/default.nix index f7c313f..1bc0b0e 100644 --- a/modules/common/profiles/dev/default.nix +++ b/modules/common/profiles/dev/default.nix @@ -61,16 +61,17 @@ in { }; packages = with pkgs; [ + age + htmlq + httpie + hydra-check + jq + logcli nix-index nix-update nixpkgs-review - hydra-check - jq - yq - htmlq sops - httpie - logcli + yq ]; }; |