Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | Compress binary tarballs using xz | Eelco Dolstra | |
Fixes https://github.com/NixOS/nix/issues/240. Apparently 'tar -xf' can decompress xz files on macOS nowadays. | |||
2019-05-29 | Replace `type` with `command -v` in install script | Johannes Climacus | |
In POSIX sh, `type` is undefined. cf. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html#tag_20_22_04 | |||
2018-10-16 | install script: remove unportable command check, fixup errant escape | Graham Christensen (Target) | |
`which` isn't necessarily portable, but `command -v` is an equivalent form. Additionally, the `\'` is not necessary, as it is already quoted by `"`. | |||
2018-05-30 | release.nix: Generate the installer script | Eelco Dolstra | |
2018-05-30 | Move installer script from nixos-homepage | Eelco Dolstra | |