haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
756 stars 115 forks source link

Builtins: add path & unsafeDiscardOutputDependency #1032

Closed Anton-Latukha closed 2 years ago

Anton-Latukha commented 2 years ago

It is a port of the code from https://github.com/haskell-nix/hnix/pull/755.

Closes #128.