-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
nixos/zipline: init module #370878
nixos/zipline: init module #370878
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Tested the module on my server, works perfectly fine! No issues with it |
updated to v3.7.11 |
|
pkgs/by-name/zi/zipline/package.nix
Outdated
YARN_ENABLE_TELEMETRY = "0"; | ||
|
||
FFMPEG_BIN = lib.getExe ffmpeg; | ||
PRISMA_SCHEMA_ENGINE_BINARY = lib.getExe' prisma-engines "schema-engine"; |
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.
Would be cool if we could dedupe those with the ones below somehow
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.
I moved them into an environment
attrset which is used in both the configure phase and the wrapper script. Regarding your other review comment, escaping these values is probably not necessary right now, however in the future one might need to add more environment variables, so I figured it would be a good idea to add the escaping now, so we don't have to rely on environment
to only contain already escaped values.
Closes #354786
https://zipline.diced.sh/
https://github.com/diced/zipline
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.