Skip to content

Commit

Permalink
Pass --accept-flake-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Apr 29, 2023
1 parent fc13ef3 commit 0093367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
echo 'GHC_OPTIONS+= -rtsopts=all\n.SHELLFLAGS := -eu -o pipefail -c\n\n'|cat - Makefile.old > Makefile
nix-shell --run "new-application Web && make build/bin/RunUnoptimizedProdServer"
- name: Install devenv.sh
run: nix profile install github:cachix/devenv/latest
run: nix profile install --accept-flake-config github:cachix/devenv/latest
- run: cd ihp-boilerplate && devenv ci
- run: cd ihp-boilerplate && devenv shell echo ok

0 comments on commit 0093367

Please sign in to comment.