Skip to content
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

Add Agorakit nixpkgs and NixOS refs #421

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Add Agorakit nixpkgs and NixOS refs #421

wants to merge 3 commits into from

Conversation

wamirez
Copy link
Contributor

@wamirez wamirez commented Nov 21, 2024

There's no dedicated test yet, therefore it was defined as null.

The build fails though with the following error.

jq: parse error: Expected string key before ':' at line 1, column 71

Maybe something along the lines of jq breaking the css file due to too many items? Can't really tell from the get go.

};
nixos = {
modules.services.agorakit = "${sources.inputs.nixpkgs}/nixos/modules/services/web-apps/agorakit.nix";
tests.agorakit = null;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tests.agorakit = null;
tests = null;

Our invocation of the tests fails because you gave it tests.agorakit that was supposed to be a test but is null. Our filter only removes tests if the whole attribute set is null.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't seem to be that though. Maybe a Nixpkgs bump is needed then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants