Remove unnecessary argument

This commit is contained in:
Manuel Thalmann 2024-11-01 16:49:52 +01:00
parent c0c34f7a37
commit 421cd32373

View file

@ -14,7 +14,7 @@ begin
function configureSW -V dir function configureSW -V dir
sudo systemctl enable --now nix-daemon sudo systemctl enable --now nix-daemon
configureSWBase configure $argv configureSWBase $argv
end end
runInstaller $argv runInstaller $argv