Skip to content

Commit

Permalink
Use the nixpkgs-provided klein
Browse files Browse the repository at this point in the history
  • Loading branch information
hacklschorsch committed Dec 4, 2024
1 parent 2d56be5 commit f39b28d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
12 changes: 0 additions & 12 deletions nix/klein.nix

This file was deleted.

5 changes: 1 addition & 4 deletions nix/python-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ in {
txi2p = self.callPackage ./txi2p.nix { };

# Some packages are of somewhat too-old versions - update them.
klein = self.callPackage ./klein.nix {
# Avoid infinite recursion.
inherit (super) klein;
};
txtorcon = self.callPackage ./txtorcon.nix {
# Avoid infinite recursion.
inherit (super) txtorcon;
};

Expand Down

0 comments on commit f39b28d

Please sign in to comment.