summary refs log tree commit diff
path: root/pkgs/os-specific/linux/busybox/sandbox-shell.nix
Commit message (Collapse)AuthorAge
* busybox-sandbox-shell: use 64-bit numbers in `test` commandVladimír Čunát2021-07-06
| | | | | The default is C int, which usually gives 32-bit even on 64-bit Linux. This will be the right way to fix #110149 (but needs to be deployed).
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* busybox: flip around logic how musl is determinedDomen Kožar2019-09-29
|
* Update sandbox-shell.nixMatthew Bauer2018-11-05
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* busybox-sandbox-shell: Fix build on RISC-VShea Levy2018-02-18
|
* busybox-sandbox-shell: extract basic shell to new attributeWill Dietz2018-02-05
Nix will use this shell if the attribute is present, avoiding duplicating changes in the future.