added oberon
This commit is contained in:
parent
4662c7d02a
commit
347f102b39
2 changed files with 90 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
|
||||
jirorian.url = "git+ssh://git@codeberg.org/randogoth/jirorian.git";
|
||||
jirorian.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# oberon lives in the private xfay monorepo (server/oberon). 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?dir=server/oberon";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, sops-nix, ... }@inputs:
|
||||
|
|
@ -56,6 +61,7 @@
|
|||
./modules/services/static-sites
|
||||
./modules/services/webhook-deploy.nix
|
||||
./modules/services/jirorian.nix
|
||||
./modules/services/oberon.nix
|
||||
./modules/services/nip05.nix
|
||||
./modules/services/torrent-tracker.nix
|
||||
./modules/services/backup.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue