-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support reproducible builds via Nix #1285
Commits on Nov 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 99f7fa8 - Browse repository at this point
Copy the full SHA 99f7fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dac5d9 - Browse repository at this point
Copy the full SHA 3dac5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df0c24 - Browse repository at this point
Copy the full SHA 2df0c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 162d807 - Browse repository at this point
Copy the full SHA 162d807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b1f9b - Browse repository at this point
Copy the full SHA 97b1f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee6f0b - Browse repository at this point
Copy the full SHA cee6f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fbce23 - Browse repository at this point
Copy the full SHA 6fbce23View commit details -
Configuration menu - View commit details
-
Copy full SHA for a36c7f9 - Browse repository at this point
Copy the full SHA a36c7f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb32f7 - Browse repository at this point
Copy the full SHA bdb32f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffea96d - Browse repository at this point
Copy the full SHA ffea96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e9b7f - Browse repository at this point
Copy the full SHA a8e9b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8a2dc - Browse repository at this point
Copy the full SHA 9e8a2dcView commit details -
Remove ExecEnv abstraction. Allow docker + nix simultaneously.
Don't dispatch on the ExecEnv type. Using Docker and nix is no longer mutually exclusive. We run commands in a docker container if configured, and then fork a nix-shell inside if configured.
Configuration menu - View commit details
-
Copy full SHA for 2809ff9 - Browse repository at this point
Copy the full SHA 2809ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33a65b - Browse repository at this point
Copy the full SHA e33a65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68480b3 - Browse repository at this point
Copy the full SHA 68480b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5ee9c - Browse repository at this point
Copy the full SHA dd5ee9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c24b8 - Browse repository at this point
Copy the full SHA 95c24b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2930f9 - Browse repository at this point
Copy the full SHA a2930f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292bd3d - Browse repository at this point
Copy the full SHA 292bd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 086e9d3 - Browse repository at this point
Copy the full SHA 086e9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ef716 - Browse repository at this point
Copy the full SHA 68ef716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 210772b - Browse repository at this point
Copy the full SHA 210772bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2554209 - Browse repository at this point
Copy the full SHA 2554209View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4689a4 - Browse repository at this point
Copy the full SHA b4689a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25fcad - Browse repository at this point
Copy the full SHA f25fcadView commit details -
When nix enabled, stack setup downloads ghc and system deps through nix
and reports the use of nix-provided GHC
Configuration menu - View commit details
-
Copy full SHA for c44aaf9 - Browse repository at this point
Copy the full SHA c44aaf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c417c - Browse repository at this point
Copy the full SHA a2c417cView commit details -
Using Strings instead of PackageName for nix packages
Using PackageNames forbid to use '.' in names, which is required when you use attributes
Configuration menu - View commit details
-
Copy full SHA for b0213f9 - Browse repository at this point
Copy the full SHA b0213f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef1584 - Browse repository at this point
Copy the full SHA 5ef1584View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3233ec - Browse repository at this point
Copy the full SHA c3233ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8913e66 - Browse repository at this point
Copy the full SHA 8913e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a51e45 - Browse repository at this point
Copy the full SHA 6a51e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d8779 - Browse repository at this point
Copy the full SHA 83d8779View commit details
Commits on Nov 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fa2991d - Browse repository at this point
Copy the full SHA fa2991dView commit details
Commits on Nov 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 969fa35 - Browse repository at this point
Copy the full SHA 969fa35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1ed7d - Browse repository at this point
Copy the full SHA 6f1ed7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 103f926 - Browse repository at this point
Copy the full SHA 103f926View commit details
Commits on Nov 13, 2015
-
Stack/Nix doesn't need BuildConfig anymore
It fixes the bug which prevented stack to launch without a local GHC even if Nix GHC was to be used to build
Configuration menu - View commit details
-
Copy full SHA for 8d3a004 - Browse repository at this point
Copy the full SHA 8d3a004View commit details -
Removed shell string to export LD_LIBRARY_PATH
since we're using --extra-lib-dirs explicitely passed to stack
Configuration menu - View commit details
-
Copy full SHA for da3c61e - Browse repository at this point
Copy the full SHA da3c61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c84315 - Browse repository at this point
Copy the full SHA 9c84315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c876f5 - Browse repository at this point
Copy the full SHA 7c876f5View commit details
Commits on Nov 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3d9e6d3 - Browse repository at this point
Copy the full SHA 3d9e6d3View commit details -
Updated Nix test due to change of behaviour
GHC is automatically added to Nix deps, because it's necessary at least on Linux. This is now reflected in the tests.
Configuration menu - View commit details
-
Copy full SHA for 51498b7 - Browse repository at this point
Copy the full SHA 51498b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6b032 - Browse repository at this point
Copy the full SHA 1b6b032View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b7e29 - Browse repository at this point
Copy the full SHA c7b7e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d2204 - Browse repository at this point
Copy the full SHA 86d2204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a2241 - Browse repository at this point
Copy the full SHA 44a2241View commit details
Commits on Nov 25, 2015
-
Nix integration documentation added to manual
Removed a language annotation in doc Fixed an internal link Added ref to nixpkgs github
Configuration menu - View commit details
-
Copy full SHA for a6e51d0 - Browse repository at this point
Copy the full SHA a6e51d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1129897 - Browse repository at this point
Copy the full SHA 1129897View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd10f9 - Browse repository at this point
Copy the full SHA dcd10f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29135b3 - Browse repository at this point
Copy the full SHA 29135b3View commit details
Commits on Nov 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8acfb7a - Browse repository at this point
Copy the full SHA 8acfb7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f0994 - Browse repository at this point
Copy the full SHA e0f0994View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7e0ff - Browse repository at this point
Copy the full SHA ae7e0ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9d301 - Browse repository at this point
Copy the full SHA ae9d301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95051af - Browse repository at this point
Copy the full SHA 95051afView commit details
Commits on Dec 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d1279e5 - Browse repository at this point
Copy the full SHA d1279e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a1135 - Browse repository at this point
Copy the full SHA c2a1135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be2541 - Browse repository at this point
Copy the full SHA 6be2541View commit details
Commits on Dec 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3554309 - Browse repository at this point
Copy the full SHA 3554309View commit details