Skip to content

Commit f0ceb04

Browse files
committed
Fix #1600: add end-2-end test of hix project initialization and flakes development shell
1 parent 3c9acea commit f0ceb04

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,12 @@ steps:
5050
- nix-instantiate release.nix -A required-unstable-ghc8107-x86_64-darwin-native --show-trace --builders ''
5151
agents:
5252
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

Comments
 (0)