-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop perSystem from publisherArgs... (#58)
As this was broken from the start and is at least non-trivial to fix, if it possible at all. Happy about suggestions and/or PRs on how to re-introduce it in a known broken way.
- Loading branch information
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -334,7 +334,6 @@ let | |
|
||
publisherArgs = { | ||
inherit flake inputs; | ||
inherit (flake) perSystem; | ||
}; | ||
|
||
expectsPublisherArgs = | ||
|