diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:14:34 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:14:34 -0800 |
| commit | 1f11bea4be519cbf2b08daac19acef93d2cb181a (patch) | |
| tree | afc4df047b9ba927a19f730eacab5c4876ab0873 /flake.nix | |
| parent | removed a few services from vm-synology (diff) | |
| download | infra-1f11bea4be519cbf2b08daac19acef93d2cb181a.tar.gz | |
remove secrets and agenix since nothing uses them
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 = [ |
