chore: sync non-pi changes from remote (eigent update, formatting fixes, gitignore)

This commit is contained in:
Chiron
2026-04-18 10:05:59 +00:00
parent a0f4d401df
commit 44c7e0d19a
7 changed files with 71 additions and 22 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.