Update website to use gitea link
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -115,11 +115,11 @@
|
|||||||
"rev": "ff7f23ab0351dcf8b062d6a5a99c2c6cafcf24a0",
|
"rev": "ff7f23ab0351dcf8b062d6a5a99c2c6cafcf24a0",
|
||||||
"revCount": 2,
|
"revCount": 2,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/kiri/dev/lab/community-website"
|
"url": "ssh://git@orion/kiri/community-website"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/kiri/dev/lab/community-website"
|
"url": "ssh://git@orion/kiri/community-website"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"copyparty": {
|
"copyparty": {
|
||||||
@@ -1472,11 +1472,11 @@
|
|||||||
"rev": "518bc7f87540926bf9c497c788cd944df122ea6e",
|
"rev": "518bc7f87540926bf9c497c788cd944df122ea6e",
|
||||||
"revCount": 5,
|
"revCount": 5,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/kiri/dev/lab/zentire-new"
|
"url": "ssh://git@orion/kiri/zentire-website"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/kiri/dev/lab/zentire-new"
|
"url": "ssh://git@orion/kiri/zentire-website"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -45,12 +45,12 @@
|
|||||||
|
|
||||||
# Websites
|
# Websites
|
||||||
community-website = {
|
community-website = {
|
||||||
url = "git+file:///home/kiri/dev/lab/community-website";
|
url = "git+ssh://git@orion/kiri/community-website";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
zentire-website = {
|
zentire-website = {
|
||||||
url = "git+file:///home/kiri/dev/lab/zentire-new";
|
url = "git+ssh://git@orion/kiri/zentire-website";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user