Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-20 | Make <nix/buildenv.nix> a builtin builder | Eelco Dolstra | 1 | -21/+2 | |
This avoids sandbox annoyances. | |||||
2016-08-11 | buildenv: perl -> c++ | Shea Levy | 1 | -2/+1 | |
2016-01-18 | <nix/buildenv.nix>: Don't substitute | Eelco Dolstra | 1 | -1/+4 | |
This should get rid of a certificate warning from "nix-env -i" early in the install script. | |||||
2015-11-14 | update sandbox profiles within nix | Jude Taylor | 1 | -4/+14 | |
2015-11-08 | Only require libsystem on darwin | Shea Levy | 1 | -2/+2 | |
Fixes #688 | |||||
2015-10-21 | now that resolve-system-dependencies exists, remove redundant impureHostDeps ↵ | Jude Taylor | 1 | -7/+0 | |
from buildenv | |||||
2015-10-21 | give buildenv __impureHostDeps | Jude Taylor | 1 | -0/+12 | |
2015-03-24 | Don't rely on __noChroot for corepkgs | Eelco Dolstra | 1 | -2/+1 | |
This doesn't work anymore if the "strict" chroot mode is enabled. Instead, add Nix's store path as a dependency. This ensures that its closure is present in the chroot. | |||||
2012-12-04 | Add a test for ‘nix-env --set-flag active ...’ | Eelco Dolstra | 1 | -1/+1 | |
2012-12-04 | nix-env: Install all outputs of a derivation | Eelco Dolstra | 1 | -5/+9 | |
If you explicitly install a package, presumably you want all of it. So symlink all outputs in the user environment. | |||||
2012-05-09 | Disable building in chroot for Nix's corepkgs | Eelco Dolstra | 1 | -0/+3 | |
The dependencies of the corepkgs are not necessarily in the chroot (or in the Nix store), so don't build them in a chroot. | |||||
2012-04-14 | Remove unnecessary "system" argument | Eelco Dolstra | 1 | -2/+2 | |
2012-01-03 | * Refactoring: Get rid of a few subdirectories in corepkgs/, and some | Eelco Dolstra | 1 | -0/+21 | |
other simplifications. * Use <nix/...> to locate the corepkgs. This allows them to be overriden through $NIX_PATH. * Use bash's pipefail option in the NAR builder so that we don't need to create a temporary file. |