5 lines
91 B
Nix
5 lines
91 B
Nix
{ system ? builtins.currentSystem }@args:
|
|
let
|
|
depot = import ../.. args;
|
|
in
|
|
depot.pkgs
|