Skip to content

Commit 1d84ef0

Browse files
committed
nixos: fix kconfig string
Fix a typo on nix kconfig. The automated testing didn't pick this up because we never run make menuconfig. We just run defconfigs. Fixes 3b68685 ("mirror: add Nix binary cache mirroring support") Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 3b68685 commit 1d84ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kconfigs/Kconfig.nixos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ config NIXOS_USE_LOCAL_MIRROR
110110
config NIXOS_MIRROR_URL
111111
string "Nix binary cache mirror URL"
112112
output yaml
113-
default $(shell, scripts/check_nix_mirror.sh NIX_CACHE_MIRROR_URL)
113+
default "$(shell, scripts/check_nix_mirror.sh NIX_CACHE_MIRROR_URL)"
114114
depends on NIXOS_USE_LOCAL_MIRROR
115115
help
116116
The URL of the local Nix binary cache mirror. This is

0 commit comments

Comments
 (0)