chore(flake.nix): pin yesod to specific commit for snapshot compatibility

This commit is contained in:
Sarah Vaupel 2024-06-10 00:33:18 +02:00
parent 71772cc73a
commit 7b0234e60c
2 changed files with 3 additions and 3 deletions

View File

@ -594,12 +594,12 @@
"rev": "9f8d26371d4760f8985e7bbe00c3ac16be1301bc",
"revCount": 5208,
"type": "git",
"url": "https://gitlab.uniworx.de/haskell/yesod.git"
"url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7"
},
"original": {
"ref": "uni2work",
"type": "git",
"url": "https://gitlab.uniworx.de/haskell/yesod.git"
"url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7"
}
},
"yesod-auth-oauth2": {

View File

@ -73,7 +73,7 @@
flake = false;
};
yesod = {
url = "git+https://gitlab.uniworx.de/haskell/yesod.git?ref=uni2work";
url = "git+https://gitlab.uniworx.de/haskell/yesod.git?ref=uni2work&commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7";
flake = false;
};
yesod-auth-oauth2 = {