Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
8cb427a03d49f09672c55d473112e5e912d0bd39
/
.
/
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/"
];
}