servo: nixos-prebuild: dont ship jobs to other builders

This commit is contained in:
2023-12-12 06:44:08 +00:00
parent a5126ae8fb
commit a4ae41e627

View File

@@ -9,7 +9,7 @@
git clone https://git.uninsane.org/colin/nix-files.git git clone https://git.uninsane.org/colin/nix-files.git
cd nix-files cd nix-files
nix flake update nix flake update
nix run '.#check' -- -j1 --cores 5 nix run '.#check' -- -j1 --cores 5 --builders ""
popd popd
rm -rf "$working" rm -rf "$working"
''; '';