fix: lock m3ta-home git input

This commit is contained in:
2026-06-07 11:11:06 +02:00
parent 9bceb1c6d0
commit 8b495c6bc9
2 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
nix-colors.url = "github:misterio77/nix-colors";
m3ta-home = {
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home";
url = "path:/home/m3tam3re/p/NIX/m3ta-home";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home";
# url = "path:/home/m3tam3re/p/NIX/m3ta-home";
inputs.nixpkgs.follows = "nixpkgs";
};