Skip to content

Commit

Permalink
Merge pull request #52 from flyingcircusio/bump-dep
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ctheune authored Sep 14, 2023
2 parents 1de36e3 + 333aed6 commit 0a3529c
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 351 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
scriv = super.scriv.overrideAttrs (old: {
buildInputs = (old.buildInputs or []) ++ [ super.setuptools ];
});
telnetlib3 = super.telnetlib3.overrideAttrs (old: {
buildInputs = (old.buildInputs or []) ++ [ super.setuptools ];
});
execnet = super.execnet.overrideAttrs (old: {
buildInputs = (old.buildInputs or []) ++ [ super.hatchling super.hatch-vcs ];
});
consulate-fc-nix-test = super.consulate-fc-nix-test.overrideAttrs (old: {
buildInputs = (old.buildInputs or []) ++ [ super.setuptools super.setuptools-scm ];
});
Expand Down
Loading

0 comments on commit 0a3529c

Please sign in to comment.