Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | buildenv.pl: Create symlinks in priority order | Eelco Dolstra | 1 | -9/+12 | |
This reduces unnecessary symlink/unlink steps. | |||||
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 | -17/+16 | |
If you explicitly install a package, presumably you want all of it. So symlink all outputs in the user environment. | |||||
2012-01-03 | * Refactoring: Get rid of a few subdirectories in corepkgs/, and some | Eelco Dolstra | 1 | -0/+169 | |
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. |