test: Don't add a channel for the force-no-daemon installer variant

Was probably an overlook of when the tests were first added, but that
now messes-up with the `nix-channel --update` that happens down the line
(and can't access the network since we're inside a Nix build)
This commit is contained in:
Théophane Hufschmitt 2023-03-31 15:27:02 +02:00
parent bb6e1244a3
commit 4e7a78ca97

View file

@ -17,7 +17,7 @@ let
script = ''
tar -xf ./nix.tar.xz
mv ./nix-* nix
./nix/install --no-daemon
./nix/install --no-daemon --no-channel-add
'';
};