We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a29bd commit dd8388eCopy full SHA for dd8388e
test/tests.sh
@@ -140,4 +140,13 @@ nix build $NIX_BUILD_ARGS --no-link \
140
extra-hackage.run.project.hsPkgs.external-package-user.components.exes.external-package-user
141
echo >& 2
142
143
+printf "*** End-2-end test of hix project initialization and flakes development shell ...\n" >& 2
144
+HASKELL_NIX=$(pwd)/..
145
+cd $(mktemp -d)
146
+nix-shell -p cabal-install --run "cabal update; cabal unpack hello"
147
+cd hello-*
148
+nix run $HASKELL_NIX#hix -- init
149
+nix develop --override-input haskellNix $HASKELL_NIX -c "cabal build"
150
+echo >& 2
151
+
152
printf "\n*** Finished successfully\n" >& 2
0 commit comments