-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #362 from juspay/omresult
- `-o` (`--out-link`) will now put the results in the Nix store and create a symlink with the given name. By default, `--out-link=result` .. ergo, `om ci run` behaves just like `nix build` in that it will create a `result` link locally which is then symlinked to from the "indirect roots" (auto directory). - Note that this doesn't transitively pin the built paths (due to the results file being created [without string context](https://shealevy.com/blog/2018/08/05/understanding-nixs-string-context/), something we will address in latter PR. - out-link creation can be disabled with `--no-out-link` - `--on ssh://` (unless `--no-out-link` is passed) will automatically copy the built paths -- both the out-link and the built paths -- back to the local store.
- Loading branch information
Showing
5 changed files
with
219 additions
and
106 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.