This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-25 15:11:35 +00:00
Code
Issues
Wiki
Activity
651cd75f6c
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