feat: use buildInputs instead of packages

This commit is contained in:
Guz
2025-03-02 12:56:00 -03:00
parent 07efd83feb
commit c1597e196a

View File

@@ -124,7 +124,7 @@
devShells = forAllSystems (pkgs: {
devkit = pkgs.mkShell {
name = "devkit";
packages = with self.packages.${pkgs.system}.devkit; [
buildInputs = with self.packages.${pkgs.system}.devkit; [
ghostty
git
lazygit