Skip to content

Instantly share code, notes, and snippets.

@benkolera
Created June 16, 2019 05:36
Show Gist options
  • Save benkolera/126d563251cd31f989a3ef166192dc1f to your computer and use it in GitHub Desktop.
Save benkolera/126d563251cd31f989a3ef166192dc1f to your computer and use it in GitHub Desktop.
matrix-builder nix-shell one liner
nix-shell -p '(import <nixos-1903> {}).pkgs.haskell.compiler.ghcjs84' -p 'haskell.packages.ghc864.ghcWithPackages(ps: [ps.zlib ps.HsOpenSSL])' -p cabal-install -p pkg-config -p brotli -p zlib -p zlib.dev -p postgresql -p openssl -p haskellPackages.happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment