Created
October 5, 2022 21:49
-
-
Save lucperkins/d8a37f4e6110075fb04df75eb85fc75d 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
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