Remove my package from the devshell

This commit is contained in:
Andreas Zweili 2022-11-19 19:36:34 +01:00
parent 26c0cc4990
commit 4e4f7384ea
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
buildInputs = [ buildInputs = [
pkgs.gnumake pkgs.gnumake
pkgs.inventory pkgs.poetry
pkgs.python310Packages.poetry
]; ];
}; };
shellHook = '' shellHook = ''