-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 40d22a78b7b0
head repository: NixOS/nixpkgs-channels
compare: ef450efb9df5
- 9 commits
- 8 files changed
- 6 contributors
Commits on Sep 20, 2018
-
haskellPackages.sbv: fix location of z3 executable
A lot of the functionality of the z3 library depends on it being able to find the z3 executable on $PATH. Hard-coding it here means it will never be unable to find it and z3 doesn't need to pollute $PATH. (cherry picked from commit c8598da) Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for 70ecb51 - Browse repository at this point
Copy the full SHA 70ecb51View commit details -
(cherry picked from commit 0f2b10d) Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for e4b0c7b - Browse repository at this point
Copy the full SHA e4b0c7bView commit details -
perlPackages.Mojolicious: 7.88 -> 8.0
Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit 08815b9)
Configuration menu - View commit details
-
Copy full SHA for b59c611 - Browse repository at this point
Copy the full SHA b59c611View commit details -
perlPackages.MojoIOLoopForkCall: 0.19 -> 0.20
Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit 0214f9e)
Configuration menu - View commit details
-
Copy full SHA for f40d136 - Browse repository at this point
Copy the full SHA f40d136View commit details
Commits on Sep 21, 2018
-
dockerTools.buildImage: support impure dates
Because dates are an impurity, by default buildImage will use a static date of one second past the UNIX Epoch. This can be a bit frustrating when listing docker images in the CLI: $ docker image list REPOSITORY TAG IMAGE ID CREATED SIZE hello latest 08c791c7846e 48 years ago 25.2MB If you want to trade the purity for a better user experience, you can set created to now. pkgs.dockerTools.buildImage { name = "hello"; tag = "latest"; created = "now"; contents = pkgs.hello; config.Cmd = [ "/bin/hello" ]; } and now the Docker CLI will display a reasonable date and sort the images as expected: $ docker image list REPOSITORY TAG IMAGE ID CREATED SIZE hello latest de2bf4786de6 About a minute ago 25.2MB (cherry picked from commit a32d7e0)
Configuration menu - View commit details
-
Copy full SHA for 0fe015a - Browse repository at this point
Copy the full SHA 0fe015aView commit details -
dockerTools.buildImage: test that created=now makes an unstable date
(cherry picked from commit aedc651)
Configuration menu - View commit details
-
Copy full SHA for 9eefd1e - Browse repository at this point
Copy the full SHA 9eefd1eView commit details -
Clarfy the binary reproducibility problems of created=now with docker…
…Tools.buildImage. (cherry picked from commit 7736337)
Configuration menu - View commit details
-
Copy full SHA for a84a302 - Browse repository at this point
Copy the full SHA a84a302View commit details -
haskellPackages.x509-system: Override based on the host, not target p…
…latform There were many reverts back and forth, but it ultimately appears that I am the source of this mistake. I clarified the comment so as not to confuse myself or anyone else.
Configuration menu - View commit details
-
Copy full SHA for 45c637d - Browse repository at this point
Copy the full SHA 45c637dView commit details -
Merge pull request #47097 from obsidiansystems/fix-x509-system
haskellPackages.x509-system: Override based on the host, not target platform for 18.09
Configuration menu - View commit details
-
Copy full SHA for ef450ef - Browse repository at this point
Copy the full SHA ef450efView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 40d22a78b7b0...ef450efb9df5