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",
|
"rev": "5807cf59b93d937b3804e7b73e30221337c598ad",
|
||||||
"revCount": 5,
|
"revCount": 5,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.datarift.nl/erwin/git-fs-monitor.git"
|
"url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.datarift.nl/erwin/git-fs-monitor.git"
|
"url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gitignore": {
|
"gitignore": {
|
||||||
|
@ -952,12 +952,12 @@
|
||||||
"rev": "223fb72217b97ed13248713b5825b234023eed83",
|
"rev": "223fb72217b97ed13248713b5825b234023eed83",
|
||||||
"revCount": 13,
|
"revCount": 13,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git@git.datarift.nl/erwin/sunshine.git"
|
"url": "https://git.datarift.nl/erwin/sunshine.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git@git.datarift.nl/erwin/sunshine.git"
|
"url": "https://git.datarift.nl/erwin/sunshine.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems": {
|
"systems": {
|
||||||
|
|
|
@ -129,7 +129,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
sunshine = {
|
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 = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
flake-parts.follows = "flake-parts";
|
flake-parts.follows = "flake-parts";
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
git-fs-monitor = {
|
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 = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
flake-parts.follows = "flake-parts";
|
flake-parts.follows = "flake-parts";
|
||||||
|
|
Loading…
Reference in a new issue