mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
5 lines
101 B
Nix
5 lines
101 B
Nix
{ callPackages, recurseIntoAttrs }:
|
|
|
|
rec {
|
|
netbsd = recurseIntoAttrs (callPackages ./netbsd {});
|
|
}
|