This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
52333ca377
nixpkgs
/
pkgs
/
os-specific
/
bsd
/
default.nix
6 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
bsd: init netbsd & openbsd userland 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)
2018-04-12 06:14:15 +01:00
{
callPackages
,
recurseIntoAttrs
}:
treewide: remove redundant rec
2019-08-13 22:52:01 +01:00
{
bsd: init netbsd & openbsd userland 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)
2018-04-12 06:14:15 +01:00
netbsd
=
recurseIntoAttrs
(
callPackages
./netbsd
{
}
)
;
}
Copy permalink