diff --git a/flake.nix b/flake.nix index 5950c37..b9c29f3 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; - sublunar.url = "git+ssh://git@codeberg.org/randogoth/sublunar.git"; + sublunar.url = "git+ssh://git@code.randogoth.com:2222/randogoth/sublunar.git"; sublunar.flake = false; flux_vision.url = "git+ssh://git@codeberg.org/randogoth/flux.vision.git"; @@ -30,18 +30,24 @@ zonetoast.url = "git+ssh://git@codeberg.org/randogoth/zonetoast.git"; zonetoast.flake = false; - jirorian.url = "git+ssh://git@codeberg.org/randogoth/jirorian.git"; + jirorian.url = "git+ssh://git@code.randogoth.com:2222/randogoth/jirorian.git"; jirorian.inputs.nixpkgs.follows = "nixpkgs"; # oberon lives in the private xfay monorepo on the `main` branch - # (server/oberon) — pinned with ref=main because the repo's default branch is - # fax-machine-experiment, which does not contain the server. It pins its own - # nixpkgs (nixos-unstable, for Dart 3.11) and must NOT follow ours — 25.11's - # Dart 3.9 is too old for its resolved lockfile. - oberon.url = "git+ssh://git@codeberg.org/randogoth/xfay.git?ref=main&dir=server/oberon"; + # (server/oberon) — now self-hosted on Forgejo. Pinned with ref=main because + # the repo's default branch is fax-machine-experiment, which does not contain + # the server. It pins its own nixpkgs (nixos-unstable, for Dart 3.11) and must + # NOT follow ours — 25.11's Dart 3.9 is too old for its resolved lockfile. + oberon.url = "git+ssh://git@code.randogoth.com:2222/randogoth/xfay.git?ref=main&dir=server/oberon"; }; - outputs = { self, nixpkgs, sops-nix, ... }@inputs: + outputs = + { + self, + nixpkgs, + sops-nix, + ... + }@inputs: let system = "x86_64-linux"; in