summaryrefslogtreecommitdiff
path: root/overlays/compat.nix
blob: 8874b52ff1c136e869e73d6c8527003e0017343e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

let
  overlays = import ./default.nix;
in
[
  overlays.additions
  overlays.modifications
]