From d594ad7bbca36a77e3266afe178d37536db8228e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Mon, 20 Mar 2023 17:27:06 +0900 Subject: [PATCH] chore: moved templates to extra repository --- .gitignore | 1 + flake.lock | 13 ++++++++----- flake.nix | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e90b739..67495f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .pre-commit-config.yaml +templates diff --git a/flake.lock b/flake.lock index 1ee9b1e..74389bb 100644 --- a/flake.lock +++ b/flake.lock @@ -245,14 +245,17 @@ }, "templates": { "locked": { - "lastModified": 1, + "lastModified": 1679299625, "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", - "path": "/nix/store/prychaf8a2rz70ix83z9knjhgv5ajviw-source/templates", - "type": "path" + "ref": "refs/heads/main", + "rev": "c659b85f238d5554b98c2653cea4fd86f5ad8f4e", + "revCount": 1, + "type": "git", + "url": "ssh://gitea@git.lel.lol/patrick/nix-templates.git" }, "original": { - "path": "/nix/store/prychaf8a2rz70ix83z9knjhgv5ajviw-source/templates", - "type": "path" + "type": "git", + "url": "ssh://gitea@git.lel.lol/patrick/nix-templates.git" } }, "utils": { diff --git a/flake.nix b/flake.nix index ff13ff1..22afe98 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; templates = { - url = "./templates"; + url = "git+ssh://gitea@git.lel.lol/patrick/nix-templates.git"; }; hyprland.url = "github:hyprwm/Hyprland";