chore: remaining cleanup changes

This commit is contained in:
2026-04-16 08:20:00 +02:00
parent 853c644446
commit 8feaaa2845
11 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,6 @@
{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.