Move pkg definitions to pkgs/default.nix. This allows us to just import the pkgs in overlay.nix and get rid of the filtering to exclude the modules.
1 line
45 B
Nix
1 line
45 B
Nix
self: super: import ./pkgs { pkgs = super; }
|