remove hie from global environment, is going to be put into project environments in the future

flake-conversion
Trolli Schmittlauch 2020-07-26 00:34:42 +02:00
parent b01b5088fd
commit 3cb108c867
2 changed files with 0 additions and 5 deletions

@ -1 +0,0 @@
Subproject commit 706058c72696a238efe498c9f4af947e5480b9e3

View File

@ -5,8 +5,6 @@ with pkgs;
let
unstable = import <nixos-unstable> {};
mybrowser = firefox;
#all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
all-hies = import ../all-hies {};
desktopApps = [
mybrowser
@ -179,8 +177,6 @@ let
# Haskell
ghc
cabal2nix
#only temporary until auto-selecting the current channel version works
(all-hies.selection { selector = p: { inherit (p) ghc865; }; })
];