dragnpkgs/default.nix

6 lines
86 B
Nix
Raw Normal View History

2024-04-23 18:05:46 +00:00
{ ... }:
2024-04-07 22:14:00 +00:00
{
imports = [ ./module.nix ];
nixpkgs.overlays = import ./overlay.nix;
2024-04-07 22:14:00 +00:00
}