feat: use buildInputs instead of packages
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
devShells = forAllSystems (pkgs: {
|
devShells = forAllSystems (pkgs: {
|
||||||
devkit = pkgs.mkShell {
|
devkit = pkgs.mkShell {
|
||||||
name = "devkit";
|
name = "devkit";
|
||||||
packages = with self.packages.${pkgs.system}.devkit; [
|
buildInputs = with self.packages.${pkgs.system}.devkit; [
|
||||||
ghostty
|
ghostty
|
||||||
git
|
git
|
||||||
lazygit
|
lazygit
|
||||||
|
|||||||
Reference in New Issue
Block a user