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 3c9acea commit 87d9e52Copy full SHA for 87d9e52
.buildkite/pipeline.yml
@@ -50,3 +50,14 @@ steps:
50
- nix-instantiate release.nix -A required-unstable-ghc8107-x86_64-darwin-native --show-trace --builders ''
51
agents:
52
system: x86_64-linux
53
+
54
+ - label: 'End-2-end test of hix project initialization and flakes development shell'
55
+ command:
56
+ - HASKELL_NIX=$(pwd)
57
+ - cd $(mktemp -d)
58
+ - nix-shell -p cabal-install --run "cabal unpack hello"
59
+ - cd hello-*
60
+ - nix run $HASKELL_NIX#hix -- init
61
+ - nix develop --override-input haskellNix $HASKELL_NIX -c "cabal build"
62
+ agents:
63
+ system: x86_64-linux
0 commit comments