1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-03 02:44:13 +03:00

release.nix: Fix for new image builder infra

This commit is contained in:
Samuel Dionne-Riel 2023-01-31 23:10:44 -05:00
parent cad65d269e
commit 03ac47d8c5

View File

@ -82,7 +82,7 @@ let
# lib-like attributes... # lib-like attributes...
# How should we handle these? # How should we handle these?
imageBuilder = null; image-builder = null;
mobile-nixos = (onlyDerivationsAndAttrsets overlay.mobile-nixos) // { mobile-nixos = (onlyDerivationsAndAttrsets overlay.mobile-nixos) // {
# The cross canaries attrsets will be used as constituents. # The cross canaries attrsets will be used as constituents.
# Filter out `override` and `overrideAttrs` early. # Filter out `override` and `overrideAttrs` early.