diff --git a/flake.lock b/flake.lock index 98f0e5a..d8297e7 100644 --- a/flake.lock +++ b/flake.lock @@ -707,11 +707,11 @@ "rev": "0d0a3fd71892687b9890cdfee614a065e9e6b045", "revCount": 628, "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/nova-shell" + "url": "https://forge.darkest.space/mara/nova-shell.git" }, "original": { "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/nova-shell" + "url": "https://forge.darkest.space/mara/nova-shell.git" } }, "nur": { @@ -905,16 +905,15 @@ "locked": { "lastModified": 1760288584, "narHash": "sha256-2eY1f4LV9s5Hc/tb1iuJYPewE4Seyeguf7VdzC9bbbo=", - "ref": "service-improvements", + "ref": "refs/heads/main", "rev": "1bb73d664dac78c5d69a02ae67169d76cca7aab4", "revCount": 218, "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/servicepoint-tanks.git" + "url": "https://forge.darkest.space/servicepoint/servicepoint-tanks.git" }, "original": { - "ref": "service-improvements", "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/servicepoint-tanks.git" + "url": "https://forge.darkest.space/servicepoint/servicepoint-tanks.git" } }, "stylix": { @@ -1149,11 +1148,11 @@ "rev": "d794fafc25c8fdead19dcbffc4c0b4bb7ff98272", "revCount": 32, "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus" + "url": "https://forge.darkest.space/mara/zerforschen.plus.git" }, "original": { "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus" + "url": "https://forge.darkest.space/mara/zerforschen.plus.git" } } }, diff --git a/flake.nix b/flake.nix index 7ef00c0..9a5ba53 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ url = "github:nvmd/nixos-raspberrypi/main"; }; 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"; }; nur = { @@ -76,7 +76,7 @@ }; }; 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"; }; stylix = { @@ -100,7 +100,7 @@ }; }; 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"; }; #keep-sorted end