update upstream urls

This commit is contained in:
müde 2026-07-13 12:28:41 +02:00
commit 25c9138df1
2 changed files with 10 additions and 11 deletions

15
flake.lock generated
View file

@ -707,11 +707,11 @@
"rev": "0d0a3fd71892687b9890cdfee614a065e9e6b045", "rev": "0d0a3fd71892687b9890cdfee614a065e9e6b045",
"revCount": 628, "revCount": 628,
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/nova-shell" "url": "https://forge.darkest.space/mara/nova-shell.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/nova-shell" "url": "https://forge.darkest.space/mara/nova-shell.git"
} }
}, },
"nur": { "nur": {
@ -905,16 +905,15 @@
"locked": { "locked": {
"lastModified": 1760288584, "lastModified": 1760288584,
"narHash": "sha256-2eY1f4LV9s5Hc/tb1iuJYPewE4Seyeguf7VdzC9bbbo=", "narHash": "sha256-2eY1f4LV9s5Hc/tb1iuJYPewE4Seyeguf7VdzC9bbbo=",
"ref": "service-improvements", "ref": "refs/heads/main",
"rev": "1bb73d664dac78c5d69a02ae67169d76cca7aab4", "rev": "1bb73d664dac78c5d69a02ae67169d76cca7aab4",
"revCount": 218, "revCount": 218,
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/servicepoint-tanks.git" "url": "https://forge.darkest.space/servicepoint/servicepoint-tanks.git"
}, },
"original": { "original": {
"ref": "service-improvements",
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/servicepoint-tanks.git" "url": "https://forge.darkest.space/servicepoint/servicepoint-tanks.git"
} }
}, },
"stylix": { "stylix": {
@ -1149,11 +1148,11 @@
"rev": "d794fafc25c8fdead19dcbffc4c0b4bb7ff98272", "rev": "d794fafc25c8fdead19dcbffc4c0b4bb7ff98272",
"revCount": 32, "revCount": 32,
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus" "url": "https://forge.darkest.space/mara/zerforschen.plus.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus" "url": "https://forge.darkest.space/mara/zerforschen.plus.git"
} }
} }
}, },

View file

@ -52,7 +52,7 @@
url = "github:nvmd/nixos-raspberrypi/main"; url = "github:nvmd/nixos-raspberrypi/main";
}; };
nova-shell = { nova-shell = {
url = "git+https://git.berlin.ccc.de/vinzenz/nova-shell"; url = "git+https://forge.darkest.space/mara/nova-shell.git";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };
nur = { nur = {
@ -76,7 +76,7 @@
}; };
}; };
servicepoint-tanks = { servicepoint-tanks = {
url = "git+https://git.berlin.ccc.de/vinzenz/servicepoint-tanks.git?ref=service-improvements"; url = "git+https://forge.darkest.space/servicepoint/servicepoint-tanks.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
stylix = { stylix = {
@ -100,7 +100,7 @@
}; };
}; };
zerforschen-plus = { zerforschen-plus = {
url = "git+https://git.berlin.ccc.de/vinzenz/zerforschen.plus"; url = "git+https://forge.darkest.space/mara/zerforschen.plus.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
#keep-sorted end #keep-sorted end