From d5d98ae8c8b79a09cada7dbb0fdf2db8eea44487 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 30 Nov 2024 16:21:32 +0100 Subject: [PATCH] add mirrors to flake usage --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 95f93a2..522c9a0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ first add nte as an input in your project's flake ```nix nte = { url = "git+https://git.jacekpoz.pl/poz/nte"; + # or one of the mirrors + #url = "git+https://codeberg.org/jacekpoz/nte"; + #url = "github:jacekpoz/nte"; inputs.nixpkgs.follows = "nixpkgs"; }; ```