Found this here e056cfdce1

This commit is contained in:
Lillian Violet 2024-01-18 12:52:44 +01:00
parent 0e7f2c1e87
commit 921e7bfa1d

View file

@ -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.