Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
60e23db514411818cf97182d924fd27a4aa4391e
/
.
/
system
/
packaging-configuration.nix
blob: 6ea58ea7d7ea0ad9cafc5a2d8f3b48f3759615aa [
file
] [
log
] [
blame
]
{
config
,
pkgs
,
options
,
...
}:
{
# Apply custom packaging overlays for compatability
nix
.
nixPath
=
# Prepend default nixPath values.
options
.
nix
.
nixPath
.
default
++
# Append our nixpkgs-overlays.
[
"nixpkgs-overlays=/etc/nixos/overlays/"
]
;
}