Remove home-manager input for agenix

This commit is contained in:
2023-06-27 20:21:45 -05:00
parent fd875e4a2e
commit 47c7db222f
2 changed files with 2 additions and 22 deletions

View File

@ -8,6 +8,7 @@
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.darwin.follows = "";
inputs.home-manager.follows = "";
};
nix-serve-ng = {
url = github:aristanetworks/nix-serve-ng;