Found this here e056cfdce1
This commit is contained in:
parent
2524cb0f81
commit
2a1021f7f6
|
@ -1,7 +1,11 @@
|
||||||
# This file defines overlays
|
# This file defines overlays
|
||||||
{inputs, ...}: {
|
{inputs, ...}: {
|
||||||
# This one brings our custom packages from the 'pkgs' directory
|
# This one brings our custom packages from the 'pkgs' directory
|
||||||
additions = final: _prev: import ../pkgs {pkgs = final;};
|
additions = final: _prev:
|
||||||
|
import ../pkgs {
|
||||||
|
inherit (final) callPackage;
|
||||||
|
pkgs = final;
|
||||||
|
};
|
||||||
|
|
||||||
# This one contains whatever you want to overlay
|
# This one contains whatever you want to overlay
|
||||||
# You can change versions, add patches, set compilation flags, anything really.
|
# You can change versions, add patches, set compilation flags, anything really.
|
||||||
|
|
Loading…
Reference in a new issue