Readd my package

This commit is contained in:
Andreas Zweili 2022-11-19 19:50:13 +01:00
parent 40ab6cf93f
commit 30c59c2bde
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
devShell = pkgs.mkShell {
buildInputs = [
pkgs.gnumake
pkgs.inventory
pkgs.poetry
];
};