fix(inputs): use https:// #25
Loading…
Reference in a new issue
No description provided.
Delete branch "flake-input-https"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Raito Bezarius raito@lix.systems
@ -2,3 +2,3 @@
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";
git+https
?