+metabase +nix-colors

This commit is contained in:
2025-09-29 20:56:01 +02:00
parent c11847206f
commit 54f0e622f6
12 changed files with 347 additions and 9 deletions

View File

@@ -1,6 +1,10 @@
{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;})
// {
crush = inputs.nix-ai-tools.packages.${prev.system}.crush;
};
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.