pwm / nixkell

A simple Nix-Haskell skeleton
MIT License
97 stars 11 forks source link

Update scripts.nix "run" to handle arguments. #12

Closed elland closed 3 years ago

elland commented 3 years ago

Currently, trying to pass arguments to a generated binary always fails. Adding $@ should work for most use cases where the resulting binary expects arguments. It also gracefully handles not passing any arguments.