4 lines
84 B
Nix
4 lines
84 B
Nix
|
args:
|
||
|
let pkgs = (import ../../../. args).third_party;
|
||
|
in pkgs // { inherit pkgs; }
|