diff options
author | stuebinm | 2022-10-16 13:19:33 +0200 |
---|---|---|
committer | stuebinm | 2022-10-16 13:19:33 +0200 |
commit | 6b23818477ef011cdc0b1a5fb13555160a85eaee (patch) | |
tree | c1eb2feaec579235a8c6198bff6c68b0b5ff2407 | |
parent | 589a9a596eab339df1f2454805d949604d002650 (diff) |
fix nix build
-rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index ceb8b42..73021ff 100644 --- a/default.nix +++ b/default.nix @@ -15,7 +15,7 @@ let , shakespeare, stm, swagger2, text, time, timezone-olson , timezone-series, transformers, unliftio-core, uuid, vector , vector-algorithms, wai-extra, warp, websockets, yesod, yesod-form - , zip-archive + , zip-archive, prometheus-client, prometheus-metrics-ghc }: mkDerivation { pname = "tracktrain"; @@ -32,7 +32,7 @@ let servant-swagger servant-websockets shakespeare stm swagger2 text time timezone-olson timezone-series transformers unliftio-core uuid vector vector-algorithms warp websockets yesod yesod-form - zip-archive + zip-archive prometheus-client prometheus-metrics-ghc ]; executableHaskellDepends = [ aeson base bytestring conferer conferer-aeson conferer-yaml |