Skip to content
Snippets Groups Projects
Commit 1ea17a64 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

semicolon in right place

parent e4718193
No related branches found
No related tags found
1 merge request!93Update to a newer Haskell.nix
......@@ -20,9 +20,9 @@ let
# the haskell.nix functionality itself as an overlay.
(haskellNix.nixpkgsArgs // {
overlays = haskellNix.nixpkgsArgs.overlays ++ [
(import ./odlnix/overlays.nix);
(import ./odlnix/overlays.nix)
]
})
});
in pkgs.haskell-nix.project {
# 'cleanGit' cleans a source directory based on the files known by git
src = pkgs.haskell-nix.haskellLib.cleanGit {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment