Skip to content

Commit

Permalink
Merge pull request #1248 from peterbecich/mac-nix-flake-develop
Browse files Browse the repository at this point in the history
fix `nix develop` on Mac
  • Loading branch information
peterbecich committed Aug 26, 2023
2 parents f52a15d + f74bedf commit 613f5eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build

# allow error until Flake check is improved
- continue-on-error: true
- continue-on-error: false
run: nix flake check
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

# https://github.com/haskell/hackage-server/pull/1219#issuecomment-1597140858
# glibc
# icu67
# zlib
icu67
zlib
openssl
cryptodev
# cryptodev
pkg-config
brotli

Expand Down

0 comments on commit 613f5eb

Please sign in to comment.