nixos/wpa_supplicant: ignore shellcheck nitpick (#465068)
This commit is contained in:
@@ -183,8 +183,10 @@ let
|
||||
}
|
||||
|
||||
# finally start daemon
|
||||
# shellcheck disable=SC2086
|
||||
exec wpa_supplicant $args
|
||||
'';
|
||||
enableStrictShellChecks = true;
|
||||
};
|
||||
|
||||
systemctl = "/run/current-system/systemd/bin/systemctl";
|
||||
|
||||
Reference in New Issue
Block a user