fix(inputs): use https://
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
e31baf5768
commit
999cc24eca
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue