diff options
| author | seth <[email protected]> | 2023-03-21 23:06:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-21 23:06:36 -0400 |
| commit | a240a3832ef12f173b4187c0e9b1a4bb1394f6a1 (patch) | |
| tree | 0bdce0b51637c6f36337fa5167c4f28d72a5db21 | |
| parent | 41e6e9053b10b791437f7615e6214ef75685c4a6 (diff) | |
add git-crypt & agenix to dev shell
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ]; |
