Created
June 16, 2019 05:36
-
-
Save benkolera/126d563251cd31f989a3ef166192dc1f to your computer and use it in GitHub Desktop.
matrix-builder nix-shell one liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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