Skip to content

Instantly share code, notes, and snippets.

@ConnorBaker
Last active November 4, 2025 04:48
Show Gist options
  • Save ConnorBaker/41940d3c33ebc37b349840d2750788bf to your computer and use it in GitHub Desktop.
Save ConnorBaker/41940d3c33ebc37b349840d2750788bf to your computer and use it in GitHub Desktop.
Build hydraJobs attribute
nix-eval-jobs --flake .#hydraJobs.sm_89.x86_64-linux --store local --constituents | \
jq -cr '.constituents + [.drvPath] | .[] | select(.!=null) + "^*"' | \
nom build --keep-going --no-link --print-out-paths --stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment