summaryrefslogtreecommitdiff
path: root/modules/common/profiles/dev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/profiles/dev/default.nix')
-rw-r--r--modules/common/profiles/dev/default.nix7
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
];
};
};