summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/default.nix
Commit message (Collapse)AuthorAge
* netbsd: Make boostrapping more orthodox and don't rely on splicingJohn Ericson2021-04-22
| | | | | | | - No splicing makes everything less finnicky. - Normal bootstrapping matches e.g. linux where kernel headers are also `stdenvNoCC` but part of this stage.
* treewide: remove redundant recvolth2019-08-28
|
* openbsd: removeMatthew Bauer2018-04-28
|
* openbsd: fixup mgMatthew Bauer2018-04-28
|
* bsd: init netbsd & openbsd userlandMatthew Bauer2018-04-24
Adds a couple of useful NetBSD and OpenBSD derivations. Some of these will be integrated into Nixpkgs later. Noncomprehensive list: - netbsd.getent - netbsd.getconf - netbsd.fts - openbsd.mg - netbsd.compat (can replace libbsd)