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": { "templates": {
"locked": { "locked": {
"lastModified": 1678524284, "lastModified": 1679299625,
"narHash": "sha256-3tk4RHKrIbz2tNVyW2WOrgZBe26jhfBiz7bzb7b8p5I=", "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
"owner": "nixos", "ref": "refs/heads/main",
"repo": "templates", "rev": "c659b85f238d5554b98c2653cea4fd86f5ad8f4e",
"rev": "0edaa0637331e9d8acca5c8ec67936a2c8b8749b", "revCount": 1,
"type": "github" "type": "git",
"url": "https://git.lel.lol/patrick/nix-templates.git"
}, },
"original": { "original": {
"owner": "nixos", "type": "git",
"repo": "templates", "url": "https://git.lel.lol/patrick/nix-templates.git"
"type": "github"
} }
}, },
"wlroots": { "wlroots": {

View file

@ -29,7 +29,7 @@
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
}; };
templates.url = "github:nixos/templates"; templates.url = "git+https://git.lel.lol/patrick/nix-templates.git";
colmena = { colmena = {
url = "github:zhaofengli/colmena"; url = "github:zhaofengli/colmena";