all repos — nixfiles @ b42239d513574f80f4661e09e5ccfaab012dafaf

System and user configuration, managed by nix and home-manager

use srvos' nixpkgs as agenix nixpkgs input

Alan Pearce
commit

b42239d513574f80f4661e09e5ccfaab012dafaf

parent

fd02277c6ce575e987052556c03ae8e8f1ab30f0

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M flake.nixflake.nix
@@ -47,7 +47,7 @@
agenix = { url = "github:ryantm/agenix"; inputs = { - nixpkgs.follows = "nixpkgs"; + nixpkgs.follows = "srvos/nixpkgs"; darwin.follows = "darwin"; home-manager.follows = "home-manager"; };