flake: Update input URLs to https
This commit is contained in:
parent
02ba6aaf29
commit
4582ac1acc
2 changed files with 6 additions and 6 deletions
|
@ -453,12 +453,12 @@
|
|||
"rev": "5807cf59b93d937b3804e7b73e30221337c598ad",
|
||||
"revCount": 5,
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.datarift.nl/erwin/git-fs-monitor.git"
|
||||
"url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
|
||||
},
|
||||
"original": {
|
||||
"ref": "main",
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.datarift.nl/erwin/git-fs-monitor.git"
|
||||
"url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
|
||||
}
|
||||
},
|
||||
"gitignore": {
|
||||
|
@ -952,12 +952,12 @@
|
|||
"rev": "223fb72217b97ed13248713b5825b234023eed83",
|
||||
"revCount": 13,
|
||||
"type": "git",
|
||||
"url": "https://git@git.datarift.nl/erwin/sunshine.git"
|
||||
"url": "https://git.datarift.nl/erwin/sunshine.git"
|
||||
},
|
||||
"original": {
|
||||
"ref": "main",
|
||||
"type": "git",
|
||||
"url": "https://git@git.datarift.nl/erwin/sunshine.git"
|
||||
"url": "https://git.datarift.nl/erwin/sunshine.git"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
};
|
||||
|
||||
sunshine = {
|
||||
url = "git+https://git@git.datarift.nl/erwin/sunshine.git?ref=main";
|
||||
url = "git+https://git.datarift.nl/erwin/sunshine.git?ref=main";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-parts.follows = "flake-parts";
|
||||
|
@ -137,7 +137,7 @@
|
|||
};
|
||||
|
||||
git-fs-monitor = {
|
||||
url = "git+ssh://git@git.datarift.nl/erwin/git-fs-monitor.git?ref=main";
|
||||
url = "git+https://git.datarift.nl/erwin/git-fs-monitor.git?ref=main";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-parts.follows = "flake-parts";
|
||||
|
|
Loading…
Reference in a new issue