forked from colonelpanic/dotfiles
[NixOS] Add all-hies to configuration
This commit is contained in:
parent
d0ddecb0c2
commit
01bdc91dd8
@ -1,5 +1,6 @@
|
|||||||
{ config, pkgs, options, ... }:
|
{ config, pkgs, options, ... }:
|
||||||
let
|
let
|
||||||
|
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
|
||||||
my-overlays = import ./overlays.nix;
|
my-overlays = import ./overlays.nix;
|
||||||
my-python-packages = python-packages: with python-packages; [
|
my-python-packages = python-packages: with python-packages; [
|
||||||
appdirs
|
appdirs
|
||||||
@ -146,6 +147,7 @@ in
|
|||||||
ghc
|
ghc
|
||||||
stack
|
stack
|
||||||
haskell.compiler.ghc863
|
haskell.compiler.ghc863
|
||||||
|
(all-hies.selection { selector = p: { inherit (p) ghc864 ghc863 ghc843; }; })
|
||||||
|
|
||||||
# Scala
|
# Scala
|
||||||
sbt
|
sbt
|
||||||
|
Loading…
Reference in New Issue
Block a user