dragnpkgs/default.nix

6 lines
86 B
Nix

{ ... }:
{
imports = [ ./module.nix ];
nixpkgs.overlays = import ./overlay.nix;
}