Kilian Mio
Kilian Mio
I think the errors has something to do with this [dependency](https://git.sr.ht/~rycee/nmt/archive/v0.5.1.tar.gz) not properly resolving the outputs of the current config before testing.
I've been running this for more than a month now, and I use every option myself.
Thanks for the hint, I did not know about that. After adding it, the tests failed for other reasons. There were two causes for the tests failing: 1. The expected...
Who can merge this?
I can't select him as a reviewer. Never had this before. Do I ping him? EDIT: I'll just do this @rycee
Good catch, I have not personally tested policies. I will fix that over the weekend and add a test.
Whatever the fix is. The test should have caught that. So I'd say the test needs a fix too.
So the test for policies wasn't running the test but an empty test instead. My following commit fixes that, which means the test now fails as expected. The culprit was...
And as for the reason why the policies are not set, it seems the issue is with Nixpkgs. I will investigate and link my PR to nixpkgs here.
How do we handle this when we need to update the flake.lock for the tests? @rycee