From 936a2b811314d34dc2634d8ab35b32bb6ec19f82 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 27 May 2023 16:59:48 +0200 Subject: Fix(flake): Switch to Soisphas templates --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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"; }; }; -- cgit 1.4.1