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