Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-18 | Build with large config Boehm GC | Eelco Dolstra | 1 | -1/+5 | |
(cherry picked from commit 583d06385de82ab5c7fc77d26cd138d3c6d5f4b5) | |||||
2019-05-30 | release-common: fix build with `config.allowAliases = false` | ln-nl | 1 | -1/+1 | |
```sh > nix build -f release.nix build.x86_64-linux error: undefined variable 'docbook5_xsl' at /vcs/nix/release-common.nix:45:7 ``` | |||||
2018-11-13 | Remove editline expression, not needed anymore | Eelco Dolstra | 1 | -2/+0 | |
2018-11-13 | Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nix | Eelco Dolstra | 1 | -1/+3 | |
2018-11-01 | Disable the S3 content-encoding patch | Eelco Dolstra | 1 | -0/+2 | |
Since we're not using multi-part uploads at the moment, we can drop this patch. | |||||
2018-10-29 | editline: wip | Will Dietz | 1 | -1/+3 | |
2018-08-20 | Drop all references to --disable-init-state | Tuomas Tynkkynen | 1 | -1/+1 | |
It's all dead code since 2014 (commit 0c6d62cf27b3b2). | |||||
2018-08-06 | Fix setting Content-Encoding in S3 uploads | Eelco Dolstra | 1 | -2/+7 | |
Fixes https://github.com/NixOS/nix/issues/2333 and https://github.com/NixOS/nixpkgs/issues/44337. | |||||
2018-07-03 | Include cpptoml for build simplicity | Eelco Dolstra | 1 | -18/+0 | |
2018-07-03 | Add a fromTOML primop | Eelco Dolstra | 1 | -0/+18 | |
This is primarily useful for processing Cargo.lock files. | |||||
2018-06-18 | release-common: prefer utillinuxMinimal to reduce compile-time deps | Will Dietz | 1 | -1/+1 | |
Honestly could probably use busybox here instead, but at least with utillinuxMinimal there's no build-time dependency on systemd. | |||||
2018-06-08 | pr-2211: cleanup | Aleksandr Pashkov | 1 | -1/+1 | |
2018-06-07 | pr-2211: cleanup | Aleksandr Pashkov | 1 | -1/+1 | |
2018-06-06 | tests: more robust check for user namespaces availability (canUseSandbox) | Aleksandr Pashkov | 1 | -1/+1 | |
Issue https://github.com/NixOS/nix/issues/2165 | |||||
2018-05-07 | Support multi-part uploads for large NARs that exceed the size of | AmineChikhaoui | 1 | -1/+1 | |
5Gb. | |||||
2018-03-14 | Factor out commonality between release.nix and shell.nix | Eelco Dolstra | 1 | -2/+38 | |
2018-02-22 | Merge branch 'fix/sandbox-shell-features' of https://github.com/dtzWill/nix | Eelco Dolstra | 1 | -1/+13 | |
2018-02-05 | release-common: use shell from nixpkgs, provide fallback for compat | Will Dietz | 1 | -2/+4 | |
2018-02-05 | busybox shell: enable various useful/expected features | Will Dietz | 1 | -1/+13 | |
Matches changes made in nixpkgs: https://github.com/NixOS/nixpkgs/pull/34628 | |||||
2017-10-07 | release-common: Fix busybox builtins (busybox >= 1.27) | Will Dietz | 1 | -2/+2 | |
See https://github.com/NixOS/nixpkgs/pull/28261 | |||||
2017-05-30 | Only pass --with-sandbox-shell on Linux | Eelco Dolstra | 1 | -0/+1 | |
2017-05-15 | Add --with-sandbox-shell configure flag | Eelco Dolstra | 1 | -0/+21 | |
And add a 116 KiB ash shell from busybox to the release build. This helps to make sandbox builds work out of the box on non-NixOS systems and with diverted stores. |