5 lines
130 B
Nix
5 lines
130 B
Nix
|
|
# This one brings our custom packages from the `pkgs` directory
|
||
|
|
_:{
|
||
|
|
nixpkgs.overlays = final: prev: import ../pkgs final.pkgs;
|
||
|
|
}
|