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
Generated
+9 -6
View File
@@ -660,14 +660,17 @@
"nur": "nur" "nur": "nur"
}, },
"locked": { "locked": {
"lastModified": 1780744454, "lastModified": 1780744438,
"narHash": "sha256-UMve8ATj7lb2aDEYs6ErYYl2zxoe+cTbZ3JZrJO7Whw=", "narHash": "sha256-5tV7omai8Ed7qmqifsqleeHre0h/SeLcTnTacX76DSE=",
"path": "/home/m3tam3re/p/NIX/m3ta-home", "ref": "refs/heads/master",
"type": "path" "rev": "add002e05cd23e04c61471923d3367efc01e3530",
"revCount": 48,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"
}, },
"original": { "original": {
"path": "/home/m3tam3re/p/NIX/m3ta-home", "type": "git",
"type": "path" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"
} }
}, },
"m3ta-nixpkgs": { "m3ta-nixpkgs": {
+2 -2
View File
@@ -42,8 +42,8 @@
nix-colors.url = "github:misterio77/nix-colors"; nix-colors.url = "github:misterio77/nix-colors";
m3ta-home = { m3ta-home = {
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home";
url = "path:/home/m3tam3re/p/NIX/m3ta-home"; # url = "path:/home/m3tam3re/p/NIX/m3ta-home";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };