dots/modules/overlays/default.nix

4 lines
No EOL
168 B
Nix

{ ... }: {
# This one brings our custom packages from the 'pkgs' directory
local_pkgs = final: _prev: import ../pkgs { pkgs = final; config.allowUnfree = true; };
}