Skip to content

Commit

Permalink
fix(nyx): fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Dec 31, 2024
1 parent 2eadb88 commit a3617f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nyx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ EOF

# If a build target has been specified then tell nix build this target
if [[ ${#args[@]} -gt 0 ]]; then
info "target argument was passed to build. Building ${CYAN}${args[0]${RESET}}"
info "target argument was passed to build. Building ${CYAN}${args[0]}${RESET}"
nix build ".#top.${args[0]}" "${NIXARGS[@]}" "${NIXBUILDARGS[@]}"
else
# There was no target passed to build so infer what do build
Expand Down

0 comments on commit a3617f7

Please sign in to comment.