Leverage Recursive Nix to have more comprehensive tests
utdemir opened this issue · 0 comments
utdemir commented
Nix 2.4 is supposed to be released soon (famous last words), which should support invoking Nix inside Nix derivations.
That would allow us writing more tests like
- Generate the project
- Enter to a
nix-shell
(this part we can not do yet) - Run
cabal build
.