2
0
Fork 0
genodepkgs/nixos-modules/default.nix

6 lines
74 B
Nix

{ self, depot }:
{
vbox = import ./vbox.nix { inherit self depot; };
}