Remove devenv-up

This commit is contained in:
Andreas Zweili 2024-04-04 19:03:58 +02:00
parent 9c45c7f21a
commit 5dedcaa47b
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@
poetry2nix = inputs.poetry2nix.lib.mkPoetry2Nix { inherit pkgs; };
in
{
packages = {
devenv-up = self.devShells.${system}.default.config.procfileScript;
};
devShells =
let
config = self.devShells.${system}.default.config;