nix-community / napalm

Support for building npm packages in Nix and lightweight npm registry [maintainer=?]
MIT License
104 stars 18 forks source link

Support restricted evaluation #12

Closed basvandijk closed 4 years ago

basvandijk commented 4 years ago

Tested using:

nix-instantiate -A hello-world --option restrict-eval true -I .

@nmattia this is the most minimal change to get restrict-eval working. We can do the src / root split up (as in https://github.com/nmattia/naersk/pull/41) in a later PR.