haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
85 stars 23 forks source link

Investigate io-testsuite `-remote` failure related to linux-namespaces #222

Closed sorki closed 10 months ago

sorki commented 10 months ago

Started failing on newer nixpkgs versions and ubuntu-2004, -latest with unshare: invalid argument.

Re-enable in CI afterwards.

sorki commented 10 months ago

darwin build of it can be disabled using

if os(darwin):
  buildable: False