chore(flake.nix): switch to ref

This commit is contained in:
Sarah Vaupel 2024-07-17 13:59:28 +02:00
parent 55be882d77
commit a916304ce8
2 changed files with 13 additions and 11 deletions

View File

@ -587,18 +587,20 @@
"yesod": { "yesod": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1705542497, "host": "gitlab.uniworx.de",
"narHash": "sha256-DYri6G3LeL3Gu11K0gAcUOxMwyKrLVkNnb5oTjHKRro=", "lastModified": 1681915610,
"ref": "uni2work", "narHash": "sha256-HtJhPHDC7FTc7kyI3OtBKjgeUyEslIGpQiZJwO4PUec=",
"rev": "9f8d26371d4760f8985e7bbe00c3ac16be1301bc", "owner": "haskell",
"revCount": 5208, "repo": "yesod",
"type": "git", "rev": "aa671eb41fdad360f2f7cb844f8de03479efe3f7",
"url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7" "type": "gitlab"
}, },
"original": { "original": {
"ref": "uni2work", "host": "gitlab.uniworx.de",
"type": "git", "owner": "haskell",
"url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7" "repo": "yesod",
"rev": "aa671eb41fdad360f2f7cb844f8de03479efe3f7",
"type": "gitlab"
} }
}, },
"zip-stream": { "zip-stream": {

View File

@ -73,7 +73,7 @@
flake = false; flake = false;
}; };
yesod = { yesod = {
url = "git+https://gitlab.uniworx.de/haskell/yesod.git?ref=uni2work&commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7"; url = "gitlab:haskell/yesod?host=gitlab.uniworx.de&rev=aa671eb41fdad360f2f7cb844f8de03479efe3f7";
flake = false; flake = false;
}; };
# TODO: does not function due to missing dependencies in snapshot # TODO: does not function due to missing dependencies in snapshot