mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
vanadium: enable hoogle
This commit is contained in:
parent
123faf4f0a
commit
214eaa957c
1 changed files with 11 additions and 0 deletions
|
|
@ -78,4 +78,15 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.hoogle = {
|
||||||
|
enable = true;
|
||||||
|
packages =
|
||||||
|
haskellPackages: with haskellPackages; [
|
||||||
|
optparse-applicative
|
||||||
|
megaparsec
|
||||||
|
tasty-golden
|
||||||
|
tree-diff
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue