Commit 61d5040e authored by Samuel Dionne-Riel's avatar Samuel Dionne-Riel
Browse files

nixos-rebuild: Drop incorrectly implemented short args for build/target host

*Nobody* uses them, or else it'd have been fixed already.
parent f99e5f03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,11 +117,11 @@ while [ "$#" -gt 0 ]; do
        specialisation="$1"
        shift 1
        ;;
      --build-host|h)
      --build-host)
        buildHost="$1"
        shift 1
        ;;
      --target-host|t)
      --target-host)
        targetHost="$1"
        shift 1
        ;;