depot/hack/nixpkgs/default.nix

6 lines
91 B
Nix
Raw Normal View History

{ system ? builtins.currentSystem }@args:
let
depot = import ../.. args;
in
depot.pkgs