Skip to content

Instantly share code, notes, and snippets.

@LinArcX
Created March 21, 2020 11:10
Show Gist options
  • Select an option

  • Save LinArcX/95a2b8ecc2680154cfbba2127a7d9c5d to your computer and use it in GitHub Desktop.

Select an option

Save LinArcX/95a2b8ecc2680154cfbba2127a7d9c5d to your computer and use it in GitHub Desktop.
╰ nix show-config | grep subs
builders-use-substitutes = false
extra-substituters =
substitute = true
substituters = https://cache.nixos.org/
trusted-substituters =
@LinArcX

LinArcX commented Mar 21, 2020

Copy link
Copy Markdown
Author

╰ nix-build '' -A clang --dry-run
these derivations will be built:
/nix/store/pq64x5rwvbj011pcln2gcgaqz7c96xi5-clang-7.1.0.drv
/nix/store/q5npnirq8pzs0l5ihx5b9a0kf94hi92v-compiler-rt-7.1.0.drv
/nix/store/abh4qa9knqscj4jfxxympq1qi9h5n2ii-clang-wrapper-7.1.0.drv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment