On 12/15/25 07:26, Alyssa Ross wrote: > import does not pass through custom configuration options. > > Fixes: 49f33a1 ("release: Create directory with system update") > Signed-off-by: Alyssa Ross > --- > release/update.nix | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/release/update.nix b/release/update.nix > index 18a91ac..f6e7772 100644 > --- a/release/update.nix > +++ b/release/update.nix > @@ -6,7 +6,7 @@ import ../lib/call-package.nix ( > { callSpectrumPackage, config, runCommand, stdenv }: > > let > - efi = import ../host/efi.nix {}; > + efi = callSpectrumPackage ../host/efi.nix {}; > in > runCommand "spectrum-update-directory" { > __structuredAttrs = true; > > base-commit: 6ceeb9b236cc50d2bba90068533ca1b7ff229c8b Clearly an oops in my commit, so: Reviewed-by: Demi Marie Obenour -- Sincerely, Demi Marie Obenour (she/her/hers)