Skip to content

Commit

Permalink
Remove python-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Dec 20, 2024
1 parent 82c9d04 commit a6897a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
packageOverrides = import ./nix/mkPackageOverrides.nix { inherit pkgs; };
};
packageAttrs = project.renderers.buildPythonPackage { inherit python; };
python-semantic-release = pkgs.callPackage ./nix/python-semantic-release.nix { };
in
{
packages = {
Expand All @@ -50,7 +49,6 @@
devShells.default = pkgs.mkShell {
packages = [
(pkgs.callPackage ./nix/poetry-master.nix { })
python-semantic-release
(python.withPackages (
project.renderers.withPackages {
inherit python;
Expand Down
53 changes: 0 additions & 53 deletions nix/python-semantic-release.nix

This file was deleted.

0 comments on commit a6897a0

Please sign in to comment.