summaryrefslogtreecommitdiff
path: root/pkgs/overlays.nix
blob: cbe22229ee75f86020e73bacd12008828c6b6f9e (plain)
1
2
3
4
5
6
7
# Returns a list of overlays such that this file can be used for the value of
# nixpkgs-overlays in NIX_PATH.
#
# See: hosts/common.nix
# See: https://nixos.org/manual/nixpkgs/stable/#sec-overlays-lookup

[ (self: super: (import ./default.nix) super) ]