m3ta-home update

This commit is contained in:
2026-06-05 08:25:45 +02:00
parent e02b90ad14
commit 040a25ca7e
2 changed files with 11 additions and 8 deletions
Generated
+9 -6
View File
@@ -584,14 +584,17 @@
"nur": "nur" "nur": "nur"
}, },
"locked": { "locked": {
"lastModified": 1780337001, "lastModified": 1780420920,
"narHash": "sha256-rMR4KBmStWrqnxREzDCxK8kHjRIOcTnxc3SYDLEGMeU=", "narHash": "sha256-dxcRmexgCX+DlmlFRE/eW3gzdohVU7+JTAkzUzvG/1Y=",
"path": "/home/sascha.koenig/p/NIX/m3ta-home", "ref": "refs/heads/master",
"type": "path" "rev": "19dea8277ef9c473e95e2dc3be367044dfa3f65c",
"revCount": 45,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"
}, },
"original": { "original": {
"path": "/home/sascha.koenig/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
@@ -21,8 +21,8 @@
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
m3ta-home = { m3ta-home = {
url = "path:/home/sascha.koenig/p/NIX/m3ta-home"; # url = "path:/home/sascha.koenig/p/NIX/m3ta-home";
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };