Created
March 29, 2024 16:28
-
-
Save hbjydev/3db10b225a639fd1add5f810a1df751c 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
nixBuildCmd := "nix build --json --print-build-logs" | |
build profile='default': | |
{{nixBuildCmd}} '.#{{profile}}' | |
build-remote host system profile='default': | |
{{nixBuildCmd}} --remote-host '{{host}}' --system='{{system}}' '.#{{profile}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment