chore: Nix: Lean shell quoting

This commit is contained in:
Sebastian Ullrich 2020-12-01 13:33:03 +01:00
parent 5adaecc00e
commit 8cc6ec1cb7

View file

@ -2,7 +2,7 @@
with pkgs;
let
nix-pinned = writeShellScriptBin "nix" ''
${nix.defaultPackage.${system}}/bin/nix --experimental-features 'nix-command flakes' --extra-substituters https://lean4.cachix.org/ --option warn-dirty false $@
${nix.defaultPackage.${system}}/bin/nix --experimental-features 'nix-command flakes' --extra-substituters https://lean4.cachix.org/ --option warn-dirty false "$@"
'';
llvmPackages = llvmPackages_10;
cc = ccacheWrapper.override rec {