From 999cc24ecac8e469616fcec57e07d8e0a61b672a Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 6 May 2024 23:41:53 +0200 Subject: [PATCH] fix(inputs): use https:// Signed-off-by: Raito Bezarius --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2bd2bb4..d246b18 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; inputs.lix = { - url = "git+ssh://git@git.lix.systems/lix-project/lix.git"; + url = "https://git.lix.systems/lix-project/lix.git"; flake = false; }; inputs.flake-utils.url = "github:numtide/flake-utils";