summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-21 23:06:36 -0400
committerseth <[email protected]>2023-03-21 23:06:36 -0400
commita240a3832ef12f173b4187c0e9b1a4bb1394f6a1 (patch)
tree0bdce0b51637c6f36337fa5167c4f28d72a5db21 /flake.nix
parent41e6e9053b10b791437f7615e6214ef75685c4a6 (diff)
add git-crypt & agenix to dev shell
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2487294..1690946 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,6 +54,7 @@
outputs = inputs @ {
self,
nixpkgs,
+ agenix,
flake-utils,
openwrt-imagebuilder,
pre-commit-hooks,
@@ -90,8 +91,10 @@
default = mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
packages = [
+ agenix.packages.${system}.agenix
alejandra
deadnix
+ git-crypt
statix
stylua
];