Fixes to make pbp build again

This commit is contained in:
Andrea Ciceri 2022-01-12 11:51:56 +01:00
parent ddefe962cc
commit 1da0bea837
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
7 changed files with 10 additions and 9 deletions

View file

@ -29,8 +29,9 @@
};
home.packages = with pkgs; [
haskell-language-server
stylish-haskell
ghc
];
] ++ (if pkgs.system == "x86_64-linux" then [
haskell-language-server
] else [ ]);
}