aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8cf16d41..2621a423 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,8 +77,11 @@
flake = false;
};
templates = {
- url = "git+https://codeberg.org/ene/nixos-templates.git";
+ url = "git+https://codeberg.org/soispha/flake-templates.git";
inputs = {
+ nixpkgs.follows = "nixpkgs";
+ flake-utils.follows = "flake-utils";
+ systems.follows = "systems";
};
};