lock oberon flake input (ref=main)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
1d1bd9731a
commit
608c6aceb0
2 changed files with 42 additions and 2 deletions
|
|
@ -33,10 +33,12 @@
|
|||
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
|
||||
# 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?dir=server/oberon";
|
||||
oberon.url = "git+ssh://git@codeberg.org/randogoth/xfay.git?ref=main&dir=server/oberon";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, sops-nix, ... }@inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue