From 03ac47d8c518d9dad9fafa68ceba8ed9db1cff8f Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 31 Jan 2023 23:10:44 -0500 Subject: [PATCH] release.nix: Fix for new image builder infra --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 610de451..14eb1542 100644 --- a/release.nix +++ b/release.nix @@ -82,7 +82,7 @@ let # lib-like attributes... # How should we handle these? - imageBuilder = null; + image-builder = null; mobile-nixos = (onlyDerivationsAndAttrsets overlay.mobile-nixos) // { # The cross canaries attrsets will be used as constituents. # Filter out `override` and `overrideAttrs` early.