From 4582ac1acc4e1190fb578682b491b990a4265872 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 5 Apr 2024 13:13:54 +0200 Subject: [PATCH] flake: Update input URLs to https --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5b0be62..69ff857 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 29dc7c2..c329b52 100644 --- a/flake.nix +++ b/flake.nix @@ -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";