nixos/wpa_supplicant: ignore shellcheck nitpick (#465068)

This commit is contained in:
Sandro
2025-12-06 14:57:24 +00:00
committed by GitHub
@@ -183,8 +183,10 @@ let
}
# finally start daemon
# shellcheck disable=SC2086
exec wpa_supplicant $args
'';
enableStrictShellChecks = true;
};
systemctl = "/run/current-system/systemd/bin/systemctl";