chore(nix): fix backend build target
This commit is contained in:
parent
85dc1fa0b5
commit
6cd1d829b6
@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2022-2023 Gregor Kleen <gregor@kleen.consulting>, Steffen Jost <jost@cip.ifi.lmu.de>
|
# SPDX-FileCopyrightText: 2022-2024 Sarah Vaupel <sarah.vaupel@uniworx.de>, Gregor Kleen <gregor@kleen.consulting>, Steffen Jost <jost@cip.ifi.lmu.de>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
with prev.lib;
|
with prev.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
haskellInputs = ["encoding" "memcached-binary" "conduit-resumablesink" "HaskellNet-SSL" "ldap-client" "serversession" "xss-sanitize" "colonnade" "minio-hs" "cryptoids" "zip-stream" "yesod" "cryptonite" "esqueleto"];
|
haskellInputs = ["encoding" "memcached-binary" "conduit-resumablesink" "HaskellNet-SSL" "ldap-client" "serversession" "xss-sanitize" "colonnade" "minio-hs" "cryptoids" "zip-stream" "yesod" "yesod-auth-oauth2" "cryptonite" "esqueleto"];
|
||||||
in {
|
in {
|
||||||
uniworx = final.haskell-nix.stackProject {
|
uniworx = final.haskell-nix.stackProject {
|
||||||
src = prev.stdenv.mkDerivation {
|
src = prev.stdenv.mkDerivation {
|
||||||
@ -53,6 +53,7 @@ in {
|
|||||||
yesod-persistent.src = "${inputs.yesod}/yesod-persistent";
|
yesod-persistent.src = "${inputs.yesod}/yesod-persistent";
|
||||||
yesod-form.src = "${inputs.yesod}/yesod-form";
|
yesod-form.src = "${inputs.yesod}/yesod-form";
|
||||||
yesod-auth.src = "${inputs.yesod}/yesod-auth";
|
yesod-auth.src = "${inputs.yesod}/yesod-auth";
|
||||||
|
yesod-auth-oauth2.src = inputs.yesod-auth-oauth2;
|
||||||
yesod-test.src = "${inputs.yesod}/yesod-test";
|
yesod-test.src = "${inputs.yesod}/yesod-test";
|
||||||
cryptonite.src = inputs.cryptonite;
|
cryptonite.src = inputs.cryptonite;
|
||||||
esqueleto.src = inputs.esqueleto;
|
esqueleto.src = inputs.esqueleto;
|
||||||
|
|||||||
Reference in New Issue
Block a user