From 3cb108c8671c792cc7319a04df832d79bb52fad1 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 26 Jul 2020 00:34:42 +0200 Subject: [PATCH] remove hie from global environment, is going to be put into project environments in the future --- all-hies | 1 - home/home.nix | 4 ---- 2 files changed, 5 deletions(-) delete mode 160000 all-hies diff --git a/all-hies b/all-hies deleted file mode 160000 index 706058c..0000000 --- a/all-hies +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 706058c72696a238efe498c9f4af947e5480b9e3 diff --git a/home/home.nix b/home/home.nix index 7f4bbc4..12a8ef4 100644 --- a/home/home.nix +++ b/home/home.nix @@ -5,8 +5,6 @@ with pkgs; let unstable = import {}; 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; }; }) ];