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 2114ef0 commit 90bde60Copy full SHA for 90bde60
test/tests.sh
@@ -138,4 +138,13 @@ nix build $NIX_BUILD_ARGS --no-link \
138
extra-hackage.run.project.hsPkgs.external-package-user.components.exes.external-package-user
139
echo >& 2
140
141
+printf "*** End-2-end test of hix project initialization and flakes development shell ...\n" >& 2
142
+HASKELL_NIX=$(pwd)/..
143
+cd $(mktemp -d)
144
+nix-shell -p cabal-install --run "cabal update; cabal unpack hello"
145
+cd hello-*
146
+nix run $HASKELL_NIX#hix -- init
147
+nix develop --override-input haskellNix $HASKELL_NIX -c "cabal build"
148
+echo >& 2
149
+
150
printf "\n*** Finished successfully\n" >& 2
0 commit comments