Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
chore: use ssh instead of https for nil inside flake.nix
Browse files Browse the repository at this point in the history
ssh scheme will use ssh key instead of username/password for fetching private repo
  • Loading branch information
x-mass authored and AndreyMlashkin committed Aug 13, 2024
1 parent a36e8d1 commit d98ab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d98ab63

Please sign in to comment.