Skip to content

Instantly share code, notes, and snippets.

@hbjydev
Created March 29, 2024 16:28
Show Gist options
  • Save hbjydev/3db10b225a639fd1add5f810a1df751c to your computer and use it in GitHub Desktop.
Save hbjydev/3db10b225a639fd1add5f810a1df751c to your computer and use it in GitHub Desktop.
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