Advertisement
Guest User

Untitled

a guest
Jun 1st, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. let
  2. all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
  3. in
  4. {
  5. # List packages installed in system profile. To search, run:
  6. # $ nix search wget
  7. environment.systemPackages = with pkgs; [
  8. brave
  9. clawsMail
  10. discord
  11. ghc
  12. git
  13. google-chrome
  14.  
  15. # [
  16. # Install stable HIE for GHC 8.6.4, 8.6.3 and 8.4.3
  17. (all-hies.selection { selector = p: { inherit (p) ghc864 ghc863 ghc843; }; })
  18. # ];
  19.  
  20. ];
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement