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
From:
{ currentSystem, fragment, # <system>.<cell>.<block>.<target> fragmentRelPath, # <cell>/<block>/<target> target, }: []
To:
{ root, # <cellsFrom> target, # any cursor, # ["<system>" "<cell>" "<block>" "<target>"] currentSystem, }: []
Rationale:
root
cursor[1:]
currentSystem
cursor
PRJ_*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From:
To:
Rationale:
root
+cursor[1:]
allows to reason and/or interact with the mutable repository layoutcurrentSystem
abstracts that the action (not the target) must act on the host system This is not the same as cross-compilation!cursor
allows to construct a unique path inside thePRJ_*
folderscursor
also allows to reason about the flake fragmentThe text was updated successfully, but these errors were encountered: