Skip to content

Instantly share code, notes, and snippets.

@monadplus
Last active April 27, 2020 11:39
Show Gist options
  • Save monadplus/040e22f420b0ffeb1dec301f12e1ed06 to your computer and use it in GitHub Desktop.
Save monadplus/040e22f420b0ffeb1dec301f12e1ed06 to your computer and use it in GitHub Desktop.
nix-shell from unstable
nix-shell --packages 'let unstable = import <nixos-unstable> {}; in unstable.haskellPackages.ghcWithHoogle (pkgs: with pkgs; [ fused-effects ])'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment