We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e587283 commit 0667d56Copy full SHA for 0667d56
_nix
@@ -429,7 +429,7 @@ function _nix_completion () {
429
# 3. Generating completions based on the resulting $state
430
local -a main_commands=()
431
case "${words[0]}" in
432
- nix-build)
+ nix-build | nom-build)
433
local -a nix_build_opts=(
434
'--drv-link:->empty' '--add-drv-link'
435
'(--expr|-E)'{--expr,-E}
@@ -1412,4 +1412,4 @@ complete -F _nix_completion \
1412
nix-install-package nix-prefetch-url nix-push \
1413
nixos-rebuild nixos-install nixos-version \
1414
nixos-container nixos-generate-config nixos-build-vms \
1415
- nix nixos-option
+ nix nixos-option nom-build
0 commit comments