chore(flake.nix): switch to ref
This commit is contained in:
parent
55be882d77
commit
a916304ce8
22
flake.lock
22
flake.lock
@ -587,18 +587,20 @@
|
||||
"yesod": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1705542497,
|
||||
"narHash": "sha256-DYri6G3LeL3Gu11K0gAcUOxMwyKrLVkNnb5oTjHKRro=",
|
||||
"ref": "uni2work",
|
||||
"rev": "9f8d26371d4760f8985e7bbe00c3ac16be1301bc",
|
||||
"revCount": 5208,
|
||||
"type": "git",
|
||||
"url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7"
|
||||
"host": "gitlab.uniworx.de",
|
||||
"lastModified": 1681915610,
|
||||
"narHash": "sha256-HtJhPHDC7FTc7kyI3OtBKjgeUyEslIGpQiZJwO4PUec=",
|
||||
"owner": "haskell",
|
||||
"repo": "yesod",
|
||||
"rev": "aa671eb41fdad360f2f7cb844f8de03479efe3f7",
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
"ref": "uni2work",
|
||||
"type": "git",
|
||||
"url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7"
|
||||
"host": "gitlab.uniworx.de",
|
||||
"owner": "haskell",
|
||||
"repo": "yesod",
|
||||
"rev": "aa671eb41fdad360f2f7cb844f8de03479efe3f7",
|
||||
"type": "gitlab"
|
||||
}
|
||||
},
|
||||
"zip-stream": {
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
flake = false;
|
||||
};
|
||||
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;
|
||||
};
|
||||
# TODO: does not function due to missing dependencies in snapshot
|
||||
|
||||
Reference in New Issue
Block a user