Created
October 6, 2022 20:11
-
-
Save lucperkins/4c4801bd6aac3e7802a8739c0ecdade9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Syntax | |
nix run github:<owner>/<repo>/<revision>#<executable> | |
# Examples | |
## Specific commit ID | |
nix run github:DeterminateSystems/riff/a71a8b5ddf680df5db8cc17fa7fddd393ee39ffe | |
## Tag | |
nix run github:DeterminateSystems/riff/v1.0.0 | |
## Latest commit in a branch | |
nix run github:DeterminateSystems/riff/secret-branch-for-nix-run | |
## Target a flake in a subdirectory | |
nix run "github:hard-to-find/cool-app?dir=nested#specific-app" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment