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

6 lines
61 B
Nix

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