haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
756 stars 115 forks source link

nix flake: nix build with test won't be possible since network could not be access #1062

Closed soulomoon closed 2 years ago

soulomoon commented 2 years ago

We need to find a way to ban those test using network when in nix-build

soulomoon commented 2 years ago

This might required mocking in the test as in #299

soulomoon commented 2 years ago

No longer valid after trials