Gabriella439 / turtle

Shell programming, Haskell style
BSD 3-Clause "New" or "Revised" License
943 stars 90 forks source link

Fix shell.nix #365

Closed glglwty closed 5 years ago

glglwty commented 5 years ago

Running nix-shell with nix 2.3.1 results in the following error:

error: value is a function while a set was expected, at (string):1:1

At least with the latest nix, (import ./default.nix) is a function, not a set. This patch adds a function application to fix it.

Gabriella439 commented 5 years ago

@glglwty: Thank you for the fix! 🙂