remove hie from global environment, is going to be put into project environments in the future
This commit is contained in:
parent
b01b5088fd
commit
3cb108c867
1
all-hies
1
all-hies
|
@ -1 +0,0 @@
|
||||||
Subproject commit 706058c72696a238efe498c9f4af947e5480b9e3
|
|
|
@ -5,8 +5,6 @@ with pkgs;
|
||||||
let
|
let
|
||||||
unstable = import <nixos-unstable> {};
|
unstable = import <nixos-unstable> {};
|
||||||
mybrowser = firefox;
|
mybrowser = firefox;
|
||||||
#all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
|
|
||||||
all-hies = import ../all-hies {};
|
|
||||||
|
|
||||||
desktopApps = [
|
desktopApps = [
|
||||||
mybrowser
|
mybrowser
|
||||||
|
@ -179,8 +177,6 @@ let
|
||||||
# Haskell
|
# Haskell
|
||||||
ghc
|
ghc
|
||||||
cabal2nix
|
cabal2nix
|
||||||
#only temporary until auto-selecting the current channel version works
|
|
||||||
(all-hies.selection { selector = p: { inherit (p) ghc865; }; })
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue