diff --git a/completions/completion.zsh b/completions/completion.zsh new file mode 100644 index 0000000..0921af8 --- /dev/null +++ b/completions/completion.zsh @@ -0,0 +1,2 @@ +#compdef nom-build +compdef nom-build=nix-build diff --git a/exe-sh/nom-build b/exe-sh/nom-build new file mode 100755 index 0000000..63cd740 --- /dev/null +++ b/exe-sh/nom-build @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +unbuffer nix-build "$@" 2>&1 | exec nom \ No newline at end of file