haskell-nix / hnix-store

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

Move sandbox friendly temporary store from `-remote` to `-tests` #248

Open sorki opened 10 months ago

sorki commented 10 months ago

So it can be reused by hnix and nix-diff. Related to https://github.com/haskell-nix/hnix/pull/903 and https://github.com/Gabriella439/nix-diff/pull/79#issuecomment-1818383958

sorki commented 10 months ago

It also needs some improvements as the nix-daemon cannot chown store to gid 30000 - error: changing ownership of path '/run/user/1000/test-nix-store-df5003dd48cfc52f/store': Invalid argument and this is making the test output look bad.