From 5b03fa15812cf08f3deab896e40c5263a65b5699 Mon Sep 17 00:00:00 2001 From: Basti Date: Sun, 26 May 2024 12:56:50 +0000 Subject: [PATCH] add-to-config: Fix inconsistent https-urls for git.lix.systems --- content/add-to-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/add-to-config.md b/content/add-to-config.md index 97ace920..33144129 100644 --- a/content/add-to-config.md +++ b/content/add-to-config.md @@ -23,7 +23,7 @@ Adding Lix to a flake-based configuration is relatively simple. First, add the L # which is often the case. If you've named it something else, # you'll need to change the `nixpkgs` below. lix = { - url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; + url = "git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; flake = false; }; lix-module = {