-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 035b5892457d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb3653482008
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 7 files changed
- 1 contributor
Commits on Nov 17, 2017
-
makeWrapper: add --set-default and --set-eval
After #31497 starter quoting all values, there arouse the need to left some values evaluated. `--set-default var value` expands to `export var=${var-value}`, where value is not evaluated and literally assigned to var unless it is already set. `--set-eval var value` expands to `export var=$(eval echo value)`, where value is evaluated by `eval`.
Configuration menu - View commit details
-
Copy full SHA for 4199892 - Browse repository at this point
Copy the full SHA 4199892View commit details -
mesos: do not use makeWrapper with bash from bootstrap tools
It is too old and does not support required features. The error is: /nix/store/...-hook/nix-support/setup-hook: line 78: export $varName=${value@Q}\${$varName:+${separator@Q}}\$$varName: bad substitution
Configuration menu - View commit details
-
Copy full SHA for 80d1eaa - Browse repository at this point
Copy the full SHA 80d1eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74648f7 - Browse repository at this point
Copy the full SHA 74648f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbdc74c - Browse repository at this point
Copy the full SHA fbdc74cView commit details -
Merge pull request #31767 from orivej/make-wrapper
makeWrapper: add --set-default
Configuration menu - View commit details
-
Copy full SHA for eb36534 - Browse repository at this point
Copy the full SHA eb36534View commit details
There are no files selected for viewing