Closed serras closed 3 years ago
If I execute nix-shell python-test.nix, I am welcomed with the following message:
nix-shell python-test.nix
error: expression does not evaluate to a derivation (or a set or list of those)
This is not great, because we cannot check for inconsistencies with the official implementations of Avro and Protocol Buffers.
It would be great too if this could be integrated as part of CI (it was at some point, but it has disappeared).
The work is basically to fix this nix shell https://github.com/higherkindness/mu-haskell/blob/master/python-test.nix and run it on CI 😄
As of now it's better to run the Python script manually. Closing then for now.
If I execute
nix-shell python-test.nix
, I am welcomed with the following message:This is not great, because we cannot check for inconsistencies with the official implementations of Avro and Protocol Buffers.
It would be great too if this could be integrated as part of CI (it was at some point, but it has disappeared).