This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a715aa7073
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
{
}
)
;
}
Reference in New Issue
Copy Permalink