Skip to content

Commit

Permalink
Silence excessive nix-shell output
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco committed Jun 29, 2018
1 parent 8483551 commit 4bba3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

nix-shell $DIR/default.nix -A shells.ghc --add-root $DIR/dist-newstyle/gc-roots/gc-root --indirect --run "cabal $(printf "%q " "$@")"
nix-shell -Q $DIR/default.nix -A shells.ghc --add-root $DIR/dist-newstyle/gc-roots/gc-root --indirect --run "cabal $(printf "%q " "$@")"
2 changes: 1 addition & 1 deletion cabal-ghcjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

nix-shell $DIR/default.nix -A shells.ghcjs --add-root $DIR/dist-ghcjs/gc-roots/gc-root --indirect --run "cabal --project-file=$DIR/cabal-ghcjs.project --builddir=dist-ghcjs $(printf "%q " "$@")"
nix-shell -Q $DIR/default.nix -A shells.ghcjs --add-root $DIR/dist-ghcjs/gc-roots/gc-root --indirect --run "cabal --project-file=$DIR/cabal-ghcjs.project --builddir=dist-ghcjs $(printf "%q " "$@")"

0 comments on commit 4bba3e7

Please sign in to comment.