diff --git a/flake.nix b/flake.nix index 87c5d5f..0e1c9e0 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; nil-cluster = { type = "git"; # 'git' is required here, for 'github' we cannot compute cluster version via git history - url = "https://github.com/NilFoundation/nil"; + url = "ssh://git@github.com/NilFoundation/nil"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils";