Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-14 | Factor out commonality between release.nix and shell.nix | Eelco Dolstra | |
2018-02-22 | Merge branch 'fix/sandbox-shell-features' of https://github.com/dtzWill/nix | Eelco Dolstra | |
2018-02-05 | release-common: use shell from nixpkgs, provide fallback for compat | Will Dietz | |
2018-02-05 | busybox shell: enable various useful/expected features | Will Dietz | |
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 | |
See https://github.com/NixOS/nixpkgs/pull/28261 | |||
2017-05-30 | Only pass --with-sandbox-shell on Linux | Eelco Dolstra | |
2017-05-15 | Add --with-sandbox-shell configure flag | Eelco Dolstra | |
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. |