diff options
| author | seth <[email protected]> | 2023-05-05 02:47:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-05 02:47:36 -0400 |
| commit | 3a13ccdbbf810b64406a2d413e1b1c4fc5d49ee1 (patch) | |
| tree | c7e88f2b11e7317c8520612f174b083cfa9c619d | |
| parent | 3051d75c5ebe4284a6d50f1ea2b3a2f39e01a38d (diff) | |
flake: inherit ragenix in dev.nix
| -rw-r--r-- | flake/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/dev.nix b/flake/dev.nix index 223f1d8..dcf67d9 100644 --- a/flake/dev.nix +++ b/flake/dev.nix @@ -3,7 +3,7 @@ inputs, ... }: let - inherit (inputs) pre-commit-hooks; + inherit (inputs) pre-commit-hooks ragenix; in { perSystem = { pkgs, |
