1
Fork 0

random update

This commit is contained in:
Matei Adriel 2022-05-26 19:33:38 +03:00
parent 5af4690950
commit a1f39da01d
9 changed files with 47 additions and 23 deletions
modules/dev/haskell

View file

@ -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;