nh2 / static-haskell-nix

easily build most Haskell programs into fully static Linux executables
388 stars 36 forks source link

Update default.nix to build with pinned nixpkgs (fixes #113) #114

Open robx opened 2 years ago

robx commented 2 years ago

This updates default.nix to be compatibles with nixpkgs.nix. Locally, this fixes nix-build --no-link. (Well, it makes it not fail right away, still compiling as I write.)