nix-files/integrations/nixpkgs/nixpkgs-overlays.nix

6 lines
233 B
Nix
Raw Normal View History

# this file exists so i can use my custom packages inside `nix-shell`.
# it works by using stock upstream `nixpkgs`
# and putting NIX_PATH=nixpkgs-overlays=/path/to/here on the nixbld environment.
#
[(import ../../overlays/all.nix)]