Remove the src parameter

This commit is contained in:
Andreas Zweili 2022-11-27 21:20:07 +01:00
parent 6a588d8046
commit b267dcc6e7
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
};
inventoryPackage = prev.poetry2nix.mkPoetryApplication {
projectDir = ./.;
src = ./src;
};
})
];