add overlay to fix firebase-tools build error

This commit is contained in:
Melvin Ragusa
2026-02-06 23:00:28 +01:00
parent d0e80c7ba3
commit 951e135bce
2 changed files with 20 additions and 0 deletions

View File

@@ -5,4 +5,7 @@
./shell.nix
./tools.nix
];
nixpkgs.overlays = [
(import ../../overlays/firebase-tools.nix)
];
}