Found this here e056cfdce1

This commit is contained in:
Lillian Violet 2024-01-18 12:52:44 +01:00
parent 2524cb0f81
commit 2a1021f7f6

View file

@ -1,7 +1,11 @@
# This file defines overlays
{inputs, ...}: {
# 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
# You can change versions, add patches, set compilation flags, anything really.