mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
5 lines
97 B
Nix
5 lines
97 B
Nix
{ callPackages, recurseIntoAttrs }:
|
|
|
|
{
|
|
netbsd = recurseIntoAttrs (callPackages ./netbsd {});
|
|
}
|