random update
This commit is contained in:
parent
5af4690950
commit
a1f39da01d
9 changed files with 47 additions and 23 deletions
modules/dev/haskell
|
@ -1,5 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# Use more recent ghc versions
|
||||
# nixpkgs.overlays = [
|
||||
# (self: super: {
|
||||
# haskell.compiler.ghc902 = self.unstable.haskell.compiler.ghc902;
|
||||
# })
|
||||
# ];
|
||||
|
||||
home-manager.users.adrielus.home = {
|
||||
file.".ghci".source = ./ghci;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue