diff options
author | Soispha <soispha@vhack.eu> | 2023-05-27 16:59:48 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-27 16:59:48 +0200 |
commit | 936a2b811314d34dc2634d8ab35b32bb6ec19f82 (patch) | |
tree | acd9787772cba00f72dc2229353ae8c1087d3930 /flake.nix | |
parent | Build(update.sh): Make script somewhat more path indifferent (diff) | |
download | nixos-config-936a2b811314d34dc2634d8ab35b32bb6ec19f82.tar.gz nixos-config-936a2b811314d34dc2634d8ab35b32bb6ec19f82.zip |
Fix(flake): Switch to Soisphas templates
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
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"; }; }; |