chore: switched to my own template repo

This commit is contained in:
Patrick Großmann 2023-05-11 19:59:16 +09:00
parent dc5d5031c4
commit febbb46969
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 10 additions and 10 deletions

View file

@ -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": {

View file

@ -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";