diff --git a/flake.lock b/flake.lock index 5b28870..f80383f 100644 --- a/flake.lock +++ b/flake.lock @@ -357,17 +357,17 @@ }, "templates": { "locked": { - "lastModified": 1678524284, - "narHash": "sha256-3tk4RHKrIbz2tNVyW2WOrgZBe26jhfBiz7bzb7b8p5I=", - "owner": "nixos", - "repo": "templates", - "rev": "0edaa0637331e9d8acca5c8ec67936a2c8b8749b", - "type": "github" + "lastModified": 1679299625, + "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", + "ref": "refs/heads/main", + "rev": "c659b85f238d5554b98c2653cea4fd86f5ad8f4e", + "revCount": 1, + "type": "git", + "url": "https://git.lel.lol/patrick/nix-templates.git" }, "original": { - "owner": "nixos", - "repo": "templates", - "type": "github" + "type": "git", + "url": "https://git.lel.lol/patrick/nix-templates.git" } }, "wlroots": { diff --git a/flake.nix b/flake.nix index ab8df74..4afd081 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ inputs.flake-utils.follows = "flake-utils"; }; - templates.url = "github:nixos/templates"; + templates.url = "git+https://git.lel.lol/patrick/nix-templates.git"; colmena = { url = "github:zhaofengli/colmena";