mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
4 lines
No EOL
168 B
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; };
|
|
} |