chore: Nix: Lean shell quoting
This commit is contained in:
parent
5adaecc00e
commit
8cc6ec1cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue