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; }; }) ];