Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
b170233428eb7defe573a8f0bc56d2e7552989d8
/
.
/
system
/
packaging-configuration.nix
blob: 7613f6b04309991a1e51cf20e9967bd3a6d5b155 [
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/"
];
}