chore: update flake

This commit is contained in:
Sarah Vaupel 2024-03-14 22:14:53 +01:00
parent 6cd1d829b6
commit 1fc43a8727
3 changed files with 28 additions and 1 deletions

View File

@ -516,6 +516,7 @@
"serversession": "serversession",
"xss-sanitize": "xss-sanitize",
"yesod": "yesod",
"yesod-auth-oauth2": "yesod-auth-oauth2",
"zip-stream": "zip-stream"
}
},
@ -601,6 +602,23 @@
"url": "https://gitlab.ifi.lmu.de/uni2work/haskell/yesod.git"
}
},
"yesod-auth-oauth2": {
"flake": false,
"locked": {
"lastModified": 1698839053,
"narHash": "sha256-SV/Q++AStrVOzQFuugibywiRKT48lUE9xsZ1cQrbGJY=",
"owner": "freckle",
"repo": "yesod-auth-oauth2",
"rev": "11948a65c405f1a99ccb327d328d416e492542a1",
"type": "github"
},
"original": {
"owner": "freckle",
"ref": "11948a65c405f1a99ccb327d328d416e492542a1",
"repo": "yesod-auth-oauth2",
"type": "github"
}
},
"zip-stream": {
"flake": false,
"locked": {

View File

@ -84,6 +84,14 @@
url = "git+https://gitlab.ifi.lmu.de/uni2work/haskell/esqueleto.git?ref=uni2work";
flake = false;
};
yesod-auth-oauth2 = {
type = "github";
owner = "freckle";
repo = "yesod-auth-oauth2";
ref = "11948a65c405f1a99ccb327d328d416e492542a1";
flake = false;
};
};
outputs = inputs@{ self, nixpkgs, nixpkgs-recent, flake-utils, haskell-nix, ... }: flake-utils.lib.eachSystem ["x86_64-linux"]

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Sarah Vaupel <sarah.vaupel@ifi.lmu.de>
# SPDX-FileCopyrightText: 2022-2024 Sarah Vaupel <sarah.vaupel@uniworx.de>, Gregor Kleen <gregor.kleen@ifi.lmu.de>, Sarah Vaupel <sarah.vaupel@ifi.lmu.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
@ -45,6 +45,7 @@ extra-deps:
- @yesod@/yesod-auth
- @yesod@/yesod-test
- @yesod@/yesod
- @yesod-auth-oauth2@
- @cryptonite@
- @esqueleto@