Skip to content

Commit 5470f39

Browse files
authored
Merge pull request #42 from Ma27/flake-update
Update flake, fix `pyrad` build
2 parents bf5a5bf + f63f1d3 commit 5470f39

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

flake.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry2nix-python-overrides.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ pkgs:
106106
pyrad = prev.pyrad.overrideAttrs (oA: {
107107
postPatch = ''
108108
substituteInPlace pyproject.toml \
109-
--replace-fail "poetry.masonry.api" "poetry.core.masonry.api"
109+
--replace-fail "poetry.masonry.api" "poetry.core.masonry.api" \
110+
--replace-fail "repository =" "Repository ="
110111
'';
111112
});
112113
msgraph-sdk = prev.msgraph-sdk.overrideAttrs (oA: {

0 commit comments

Comments
 (0)