diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 67997dcd..d1e25c2c 100644 --- a/flake.nix +++ b/flake.nix @@ -192,7 +192,7 @@ # my configs templates = { - url = "git+https://codeberg.org/soispha/flake-templates.git"; + url = "git+https://codeberg.org/bpeetz/flake-templates.git"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; |