-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefly-iii-data-importer: 1.5.5 -> 1.5.6 #341746
Conversation
Tests pass on my machine |
For me accessing the importer i get a From journalctl:
BUT, i also get the same error for 1.5.5 of the data-importer and the main firefly package. |
After bisecting this Repo, the PR that broke this seems to be #340072 which updated |
ecbcfcc
to
aa2f3c8
Compare
@MinerSebas Would you mind checking now? I think this should work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, now the importer works correctly.
Overriding the main firefly package with the env-var also fixes the Problem there.
services.firefly-iii.package = pkgs.firefly-iii.overrideAttrs { env.COMPOSER_MIRROR_PATH_REPOS = "1"; };
Way ahead of you :) #342556 |
aa2f3c8
to
52779a7
Compare
@drupol Removed the environment variable after your fix. This is a straightforward version bump now. |
Description of changes
Changes: firefly-iii/data-importer@v1.5.5...v1.5.6
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.