Fixed submodule issue

This commit is contained in:
2025-02-14 01:09:19 +02:00
parent 399d704105
commit 8ec7f0a662
6 changed files with 15 additions and 25 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.