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