feat: use devkit shell as default

This commit is contained in:
Guz
2025-03-02 12:44:34 -03:00
parent c6b1bbcb3d
commit 592d96bba2

View File

@@ -138,6 +138,7 @@
zsh zsh
''; '';
}; };
default = self.devShells.${pkgs.system}.devkit;
}); });
}; };
} }