Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created October 6, 2022 20:11
Show Gist options
  • Save lucperkins/4c4801bd6aac3e7802a8739c0ecdade9 to your computer and use it in GitHub Desktop.
Save lucperkins/4c4801bd6aac3e7802a8739c0ecdade9 to your computer and use it in GitHub Desktop.
# 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