Skyler Turner | 205aff1 | 2021-12-20 11:22:57 +0000 | [diff] [blame] | 1 | { config, pkgs, options, ... }: { |
2 | # Apply custom packaging overlays for compatability | ||||
3 | nix.nixPath = | ||||
4 | # Prepend default nixPath values. | ||||
5 | options.nix.nixPath.default ++ | ||||
6 | # Append our nixpkgs-overlays. | ||||
7 | [ "nixpkgs-overlays=/etc/nixos/overlays/" ] | ||||
8 | ; | ||||
9 | } |