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 f0ceb04Copy full SHA for f0ceb04
.buildkite/pipeline.yml
@@ -50,3 +50,12 @@ 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
+ - cabal unpack hello
57
+ - cd hello-*
58
+ - nix run "github:input-output-hk/haskell.nix#hix" -- init
59
+ - nix develop -c cabal build
60
+ agents:
61
+ system: x86_64-linux
0 commit comments