This website requires JavaScript.
Explore
Help
Register
Sign In
swendel
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced
2024-11-06 10:16:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
41677b6d0c
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 07:14:15 +02:00
{
callPackages
,
recurseIntoAttrs
}:
treewide: remove redundant rec
2019-08-13 23:52:01 +02: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 07:14:15 +02:00
netbsd
=
recurseIntoAttrs
(
callPackages
./netbsd
{
}
)
;
}
Reference in a new issue
Copy permalink