about summary refs log tree commit diff
path: root/corepkgs/buildenv.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04 Add a test for ‘nix-env --set-flag active ...’Eelco Dolstra1-1/+1
2012-12-04 nix-env: Install all outputs of a derivationEelco Dolstra1-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 corepkgsEelco Dolstra1-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" argumentEelco Dolstra1-2/+2
2012-01-03 * Refactoring: Get rid of a few subdirectories in corepkgs/, and someEelco Dolstra1-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.