Skip to content

Commit

Permalink
refactor(utils): vendor semver.nix from poetry2nix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Mar 26, 2023
1 parent 41c56eb commit c694887
Show file tree
Hide file tree
Showing 4 changed files with 1,910 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/utils/implementation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
writeScriptBin
;

poetry2nixSemver = import "${config.externalSources.poetry2nix}/semver.nix" {
poetry2nixSemver = import ./poetry2nix/semver.nix {
inherit (config) lib;
# copied from poetry2nix
ireplace = idx: value: list: (
Expand Down
Loading

0 comments on commit c694887

Please sign in to comment.