summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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
];