summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-09-23 13:17:05 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-09-23 13:17:05 +0200
commit79a71383a7205b3fad7e9264600d8bd7d0ca4abc (patch)
tree45ea3d94302af689e53a54fa8d5f43bb9dccb9a4
parent30e8962726f6ded3aa067c089f54d2960dde7635 (diff)
downloadnixos-79a71383a7205b3fad7e9264600d8bd7d0ca4abc.tar
nixos-79a71383a7205b3fad7e9264600d8bd7d0ca4abc.tar.gz
nixos-79a71383a7205b3fad7e9264600d8bd7d0ca4abc.tar.bz2
nixos-79a71383a7205b3fad7e9264600d8bd7d0ca4abc.tar.xz
nixos-79a71383a7205b3fad7e9264600d8bd7d0ca4abc.zip
...
-rw-r--r--overlays/spm/spm.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/overlays/spm/spm.nix b/overlays/spm/spm.nix
index 2abebe64..7c9eb933 100644
--- a/overlays/spm/spm.nix
+++ b/overlays/spm/spm.nix
@@ -3,9 +3,9 @@
3, filepath, hpack, http-api-data, http-types, jose, lens 3, filepath, hpack, http-api-data, http-types, jose, lens
4, lens-aeson, lib, mmorph, monad-logger, MonadRandom, mtl 4, lens-aeson, lib, mmorph, monad-logger, MonadRandom, mtl
5, optparse-applicative, path-pieces, persistent 5, optparse-applicative, path-pieces, persistent
6, persistent-postgresql, random, resource-pool, servant 6, persistent-postgresql, random, servant, servant-server
7, servant-server, template-haskell, text, th-lift-instances, time 7, template-haskell, text, th-lift-instances, time, transformers
8, transformers, unliftio-core, uuid, vector, wai, wai-app-static 8, unliftio-core, unliftio-pool, uuid, vector, wai, wai-app-static
9, wai-extra, warp, warp-systemd 9, wai-extra, warp, warp-systemd
10}: 10}:
11mkDerivation { 11mkDerivation {
@@ -23,10 +23,10 @@ mkDerivation {
23 aeson attoparsec base bytestring case-insensitive cryptonite 23 aeson attoparsec base bytestring case-insensitive cryptonite
24 exceptions file-embed filepath http-api-data http-types jose lens 24 exceptions file-embed filepath http-api-data http-types jose lens
25 lens-aeson mmorph monad-logger MonadRandom mtl optparse-applicative 25 lens-aeson mmorph monad-logger MonadRandom mtl optparse-applicative
26 path-pieces persistent persistent-postgresql random resource-pool 26 path-pieces persistent persistent-postgresql random servant-server
27 servant-server template-haskell text th-lift-instances time 27 template-haskell text th-lift-instances time transformers
28 transformers unliftio-core uuid vector wai wai-app-static wai-extra 28 unliftio-core unliftio-pool uuid vector wai wai-app-static
29 warp warp-systemd 29 wai-extra warp warp-systemd
30 ]; 30 ];
31 prePatch = "hpack"; 31 prePatch = "hpack";
32 license = lib.licenses.agpl3Plus; 32 license = lib.licenses.agpl3Plus;