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 {
buildInputs = [
pkgs.gnumake
pkgs.inventory
pkgs.python310Packages.poetry
pkgs.poetry
];
};
shellHook = ''