Fixed the git submodule for flake

This commit is contained in:
2025-08-08 19:11:29 -04:00
parent 4b3eef4150
commit 98c0142938

View File

@@ -8,6 +8,7 @@
inputs.darwin.follows = ""; inputs.darwin.follows = "";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
self.submodules = true;
}; };
outputs = { self, nixpkgs, agenix, ... }@inputs: outputs = { self, nixpkgs, agenix, ... }@inputs: