chore: switched to my own template repo
This commit is contained in:
parent
dc5d5031c4
commit
febbb46969
18
flake.lock
18
flake.lock
|
@ -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": {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue