Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created October 5, 2022 21:49
Show Gist options
  • Save lucperkins/d8a37f4e6110075fb04df75eb85fc75d to your computer and use it in GitHub Desktop.
Save lucperkins/d8a37f4e6110075fb04df75eb85fc75d to your computer and use it in GitHub Desktop.
nix run <flake>#my-linter
nix run <flake>#my-checker
# If the flake were in the current directory
nix run .#my-linter
nix run .#my-checker
# If the flake were in a GitHub repo
nix run github:my-org/my-repo#my-linter
nix run github:my-org/my-repo#my-checker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment