It builds, submodules

This commit is contained in:
2025-02-06 15:11:05 +02:00
parent 91250841a9
commit 3d102d08cb
42 changed files with 140 additions and 3281 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# 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 {pkgs = final;};
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.