mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-22 15:24:26 +03:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash
|
||
|
|
||
|
# Build the Haskell package via cabal, outside Nix
|
||
|
|
||
|
cabal new-build --write-ghc-environment-files=never
|