mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
6 lines
101 B
Nix
6 lines
101 B
Nix
|
{ callPackages, recurseIntoAttrs }:
|
||
|
|
||
|
rec {
|
||
|
netbsd = recurseIntoAttrs (callPackages ./netbsd {});
|
||
|
}
|