1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 09:16:39 +03:00

bin/menuconfig: Fix breakage caused by #152

Big woops.
This commit is contained in:
Samuel Dionne-Riel 2020-05-26 11:51:43 -04:00
parent 7709231713
commit b67de7074f

View File

@ -43,7 +43,7 @@ Dir.chdir(ROOT) do
"nix-build",
"--no-out-link",
"--argstr", "device", DEVICE,
"-A", "config.mobile.device.info.kernel.menuconfig"
"-A", "config.mobile.boot.stage-1.kernel.package.menuconfig"
].shelljoin}`.strip, "bin/nconf")
if ONLY_SAVE