aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-27 16:59:48 +0200
committerSoispha <soispha@vhack.eu>2023-05-27 16:59:48 +0200
commit936a2b811314d34dc2634d8ab35b32bb6ec19f82 (patch)
treeacd9787772cba00f72dc2229353ae8c1087d3930
parentBuild(update.sh): Make script somewhat more path indifferent (diff)
downloadnixos-config-936a2b811314d34dc2634d8ab35b32bb6ec19f82.zip
Fix(flake): Switch to Soisphas templates
-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";
};
};