List view
Since nixpkgs is the main value of the Nix ecosystem, we would like to be able to fully evaluate all of the constructs that it uses, and verify that we can evaluate to the same behaviors as the original Nix program.
No due date•17/21 issues closedTo run these tests, use `nix-shell --run "cabal test"`. Note that the `builtins.path` test is commented out. To run it, execute it directly: `./dist/build/hnix/hnix -v2 --eval -I nix=$HOME/src/hnix/data/nix/corepkgs ./data/nix/tests/lang/eval-okay-path.nix`. Once this is implemented, it should output a store path.
No due date•29/29 issues closed