nh2 / static-haskell-nix

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

Minimal Example Not Working #113

Open solomon-b opened 2 years ago

solomon-b commented 2 years ago

It would be nice if this minimal example was updated to work.

➜ NIX_PATH=nixpkgs=nixpkgs nix-build --no-link            

error: attribute 'ghc864' missing

       at /home/solomon/Development/Nix/static-haskell-nix/default.nix:35:27:

           34|
           35|   normalHaskellPackages = pkgs.haskell.packages.${compiler};
             |                           ^
           36|
(use '--show-trace' to show detailed location information)
sras commented 2 years ago

@nh2 It would be nice to have a solution for this.