Skip to content

Commit

Permalink
Support nox-build
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Mar 3, 2021
1 parent e6db308 commit fc15dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _nix
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ function _nix_completion () {
# 3. Generating completions based on the resulting $state
local -a main_commands=()
case "${words[0]}" in
nix-build)
nix-build | nom-build)
local -a nix_build_opts=(
'--drv-link:->empty' '--add-drv-link'
'(--expr|-E)'{--expr,-E}
Expand Down Expand Up @@ -1400,4 +1400,4 @@ complete -F _nix_completion \
nix-install-package nix-prefetch-url nix-push \
nixos-rebuild nixos-install nixos-version \
nixos-container nixos-generate-config nixos-build-vms \
nix nixos-option
nix nixos-option nom-build

0 comments on commit fc15dd8

Please sign in to comment.