We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For avoding to write code like this: https://gitlab.com/fluidattacks/product/-/blob/98c98731063823affbb14a2cf86c0737f5043a29/makes/foss/units/observes/scheduled/on-aws/code-etl-mirror/main.nix#L19
and instead writting code like this:
outputs."/script".tree.bin
tree represents the contents of $out, and bin the binary to execute
tree
$out
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For avoding to write code like this:
https://gitlab.com/fluidattacks/product/-/blob/98c98731063823affbb14a2cf86c0737f5043a29/makes/foss/units/observes/scheduled/on-aws/code-etl-mirror/main.nix#L19
and instead writting code like this:
tree
represents the contents of$out
, and bin the binary to executeThe text was updated successfully, but these errors were encountered: