chore: moved templates to extra repository

This commit is contained in:
Patrick Großmann 2023-03-20 17:27:06 +09:00
parent e9085b6775
commit d594ad7bbc
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.pre-commit-config.yaml .pre-commit-config.yaml
templates

View file

@ -245,14 +245,17 @@
}, },
"templates": { "templates": {
"locked": { "locked": {
"lastModified": 1, "lastModified": 1679299625,
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
"path": "/nix/store/prychaf8a2rz70ix83z9knjhgv5ajviw-source/templates", "ref": "refs/heads/main",
"type": "path" "rev": "c659b85f238d5554b98c2653cea4fd86f5ad8f4e",
"revCount": 1,
"type": "git",
"url": "ssh://gitea@git.lel.lol/patrick/nix-templates.git"
}, },
"original": { "original": {
"path": "/nix/store/prychaf8a2rz70ix83z9knjhgv5ajviw-source/templates", "type": "git",
"type": "path" "url": "ssh://gitea@git.lel.lol/patrick/nix-templates.git"
} }
}, },
"utils": { "utils": {

View file

@ -20,7 +20,7 @@
}; };
templates = { templates = {
url = "./templates"; url = "git+ssh://gitea@git.lel.lol/patrick/nix-templates.git";
}; };
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";