static-haskell-nix icon indicating copy to clipboard operation
static-haskell-nix copied to clipboard

Minimal Example Not Working

Open solomon-b opened this issue 2 years ago • 1 comments

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)

solomon-b avatar Dec 29 '21 00:12 solomon-b

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

sras avatar Mar 22 '22 08:03 sras