blob: 7613f6b04309991a1e51cf20e9967bd3a6d5b155 [file] [log] [blame]
Skyler Turner205aff12021-12-20 11:22:57 +00001{ 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.
Skyler Turnere706a2d2022-01-13 19:44:28 +00007 [ "nixpkgs-overlays=/etc/nixos/overlays/" ];
Skyler Turner205aff12021-12-20 11:22:57 +00008}