tweag / monad-bayes

A library for probabilistic programming in Haskell.
MIT License
407 stars 62 forks source link

nix flake check doesn't work on linux? #250

Open turion opened 1 year ago

turion commented 1 year ago

Describe the bug nix flake check throws an error.

To Reproduce

$ nix flake check
error: a 'x86_64-darwin' with features {} is required to build '/nix/store/7qy2k5adsj1rlgwpxnr0mhv4b5l6s3c3-cabal2nix-monad-bayes.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, kvm, nixos-test}

Environment

CC @reubenharry @idontgetoutmuch

reubenharry commented 1 year ago

I know nothing about nix, so can't help, but I think Tweag has many nixers we could consult.

turion commented 1 year ago

This seems to be https://github.com/NixOS/nixpkgs/issues/181855