commit 8449896d5fcc527c000a2329179f5a218a933a56
parent a1d895c20eeba48f818e312cba6696f883897f8f
Author: Katja (zaphyra) <git@ctu.cx>
Date: Fri, 23 May 2025 11:35:20 +0200
parent a1d895c20eeba48f818e312cba6696f883897f8f
Author: Katja (zaphyra) <git@ctu.cx>
Date: Fri, 23 May 2025 11:35:20 +0200
flake: move inputs to new git UwU
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/flake.lock b/flake.lock @@ -120,11 +120,11 @@ "rev": "fee803f269899172700972c9a3815e52aa741632", "revCount": 77, "type": "git", - "url": "https://git.katja.wtf/dns.nix" + "url": "https://git.zaphyra.eu/dns.nix" }, "original": { "type": "git", - "url": "https://git.katja.wtf/dns.nix" + "url": "https://git.zaphyra.eu/dns.nix" } }, "firefoxGnomeTheme": { @@ -249,11 +249,11 @@ "rev": "d8d558fc6dadc561381e06b0411b5a57a08927df", "revCount": 94, "type": "git", - "url": "https://git.katja.wtf/haumea" + "url": "https://git.zaphyra.eu/haumea" }, "original": { "type": "git", - "url": "https://git.katja.wtf/haumea" + "url": "https://git.zaphyra.eu/haumea" } }, "homeManager": { @@ -561,11 +561,11 @@ "rev": "a4b05b204f1854c98e7ae68960fc1582493de890", "revCount": 445, "type": "git", - "url": "https://git.katja.wtf/stagit" + "url": "https://git.zaphyra.eu/stagit" }, "original": { "type": "git", - "url": "https://git.katja.wtf/stagit" + "url": "https://git.zaphyra.eu/stagit" } } },
diff --git a/flake.nix b/flake.nix @@ -140,10 +140,10 @@ nixStd.url = "github:chessai/nix-std"; - dnsNix.url = "git+https://git.katja.wtf/dns.nix"; + dnsNix.url = "git+https://git.zaphyra.eu/dns.nix"; dnsNix.inputs.nixpkgs.follows = "nixpkgs"; - haumea.url = "git+https://git.katja.wtf/haumea"; + haumea.url = "git+https://git.zaphyra.eu/haumea"; haumea.inputs.nixpkgs.follows = "nixpkgs"; sopsNix.url = "github:Mic92/sops-nix"; @@ -184,7 +184,7 @@ ctucxWebsite.url = "git+https://git.katja.wtf/website"; ctucxWebsite.inputs.nixpkgs.follows = "nixpkgs"; - stagit.url = "git+https://git.katja.wtf/stagit"; + stagit.url = "git+https://git.zaphyra.eu/stagit"; stagit.inputs.nixpkgs.follows = "nixpkgs"; firefoxGnomeTheme.flake = false;