Age | Commit message (Expand) | Author | Files | Lines |
2013-09-02 | Lower xz compression level | Eelco Dolstra | 1 | -1/+1 |
2013-08-26 | Fix typos, especially those that end up in the Nix manual | Ivan Kozik | 1 | -2/+2 |
2013-08-14 | corepkgs/nar.nix: Prefer local builds | Shea Levy | 1 | -0/+3 |
2013-07-23 | buildenv: remove special treatment of python files | Florian Friesdorf | 1 | -3/+0 |
2013-07-12 | Fix syntax error in unpack-channel | Eelco Dolstra | 1 | -1/+1 |
2013-07-12 | Add gzip support for channel unpacking | Gergely Risko | 2 | -2/+6 |
2013-07-01 | Add support for uncompressed NARs in binary caches | Eelco Dolstra | 1 | -8/+11 |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | 1 | -3/+4 |
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | 1 | -4/+3 |
2013-01-21 | corepkgs/fetchurl: Enable making the downloaded file executable | Shea Levy | 1 | -3/+4 |
2012-12-05 | Support xz compression of nixexprs.tar in channels | Eelco Dolstra | 1 | -1/+6 |
2012-12-04 | buildenv.pl: Create symlinks in priority order | Eelco Dolstra | 1 | -9/+12 |
2012-12-04 | Add a test for ‘nix-env --set-flag active ...’ | Eelco Dolstra | 2 | -2/+2 |
2012-12-04 | nix-env: Install all outputs of a derivation | Eelco Dolstra | 2 | -22/+25 |
2012-11-26 | Make "nix-build -A <derivation>.<output>" do the right thing | Eelco Dolstra | 1 | -3/+3 |
2012-09-11 | Don't use -warning=no-timestamp unless we have GNU tar | Eelco Dolstra | 1 | -1/+1 |
2012-08-01 | nix-channel: Use binary caches advertised by channels | Eelco Dolstra | 1 | -3/+7 |
2012-08-01 | Use a GNU tar flag to shut up warnings about implausibly old timestamp | Eelco Dolstra | 2 | -1/+2 |
2012-08-01 | Inline unpack-channel.sh | Eelco Dolstra | 3 | -8/+17 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 2 | -1/+23 |
2012-07-25 | import: If the path is a valid .drv file, parse it and generate a derivation ... | Shea Levy | 2 | -1/+23 |
2012-07-11 | Merge branch 'master' of github.com:NixOS/nix into no-manifests | Eelco Dolstra | 3 | -1/+38 |
2012-07-09 | Pass --insecure to curl so that https works | Eelco Dolstra | 1 | -1/+1 |
2012-07-09 | Inline fetchurl.sh | Eelco Dolstra | 3 | -9/+13 |
2012-07-09 | Remove obsolete comment | Shea Levy | 1 | -3/+0 |
2012-07-09 | corepkgs/fetchurl: Build locally and outside of the chroot | Shea Levy | 1 | -0/+6 |
2012-07-09 | corepkgs/fetchurl: the 'system' argument can be optional | Shea Levy | 1 | -1/+1 |
2012-07-09 | corepkgs: distribute fetchurl files | Shea Levy | 1 | -1/+1 |
2012-07-09 | corepkgs/fetchurl: Call the shell directly instead of using the shebang | Shea Levy | 2 | -3/+2 |
2012-07-09 | corepkgs/fetchurl.sh: Use config.nix's curl | Shea Levy | 2 | -2/+4 |
2012-07-09 | The fetchurl builder is now fetchurl.sh | Shea Levy | 1 | -1/+1 |
2012-07-09 | Remove old fetchurl makefile | Shea Levy | 1 | -11/+0 |
2012-07-09 | Move fetchurl files out of their subdirectory | Shea Levy | 2 | -0/+0 |
2012-07-09 | corepkgs/config.nix.in: We'll need curl | Shea Levy | 1 | -0/+1 |
2012-07-09 | Resurrect old corepkgs fetchurl | Shea Levy | 3 | -0/+39 |
2012-07-01 | Fix xz compression | Eelco Dolstra | 1 | -3/+3 |
2012-07-01 | Allow both bzip2 and xz compression | Eelco Dolstra | 1 | -5/+13 |
2012-06-29 | Use XZ compression in binary caches | Eelco Dolstra | 2 | -5/+7 |
2012-05-09 | Disable building in chroot for Nix's corepkgs | Eelco Dolstra | 3 | -0/+10 |
2012-04-26 | Don't use the build hook for unpacking channels | Eelco Dolstra | 1 | -0/+2 |
2012-04-14 | If the (redirected) channel URL contains a version number, use it | Eelco Dolstra | 2 | -3/+3 |
2012-04-14 | Remove unnecessary "system" argument | Eelco Dolstra | 2 | -4/+5 |
2012-04-14 | nix-channel improvements | Eelco Dolstra | 2 | -32/+6 |
2012-01-04 | * currentOutput -> outputName. "current" implies some temporal | Eelco Dolstra | 1 | -1/+1 |
2012-01-04 | * Export the original input attributes of the derivation in | Eelco Dolstra | 1 | -1/+4 |
2012-01-04 | * Simplify the implementation of "derivation" a bit: lift out the | Eelco Dolstra | 1 | -18/+11 |
2012-01-03 | * Drop the inefficient "Path" suffix in output attribute names. | Eelco Dolstra | 1 | -4/+4 |
2012-01-03 | * Move the implementation of the ‘derivation’ primop into a separate | Eelco Dolstra | 2 | -1/+32 |
2012-01-03 | * Forgot to add. | Eelco Dolstra | 1 | -0/+13 |
2012-01-03 | * Add a test for nix-channel. | Eelco Dolstra | 6 | -57/+45 |