-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Labels
Milestone
Description
The stack-to-nix template (default.nix) which was added in #20 could be improved.
-
haskell.nixshould be pinned to a git rev with sha256 hash. It could use the exact samehaskell.nixpin that nix-tools was built with. -
nixpkgsshould be also be pinned -- otherwise the build may not work. - The file should be generated with
hnix, rather than hardcoded strings. - It would be good to have some comments in this file (although that may conflict with point 3 -- maybe just prepend comments to the top of the file).