diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -31,10 +31,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - agenix = { - url = "github:ryantm/agenix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; # Output config, or config for NixOS system @@ -47,7 +43,7 @@ pre-commit-hooks, devshell, treefmt-nix, - agenix, + ... }@inputs: flake-utils.lib.eachDefaultSystem ( @@ -90,9 +86,9 @@ devShells.default = pkgs.devshell.mkShell { packages = with pkgs; [ just - agenix + treefmt - inputs.agenix.packages."${system}".default + ]; devshell.startup.pre-commit.text = self.checks.${system}.pre-commit-check.shellHook; env = [ |
