add mirrors to flake usage

This commit is contained in:
jacekpoz 2024-11-30 16:21:32 +01:00
parent 1b1d8b6811
commit d5d98ae8c8
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -38,6 +38,9 @@ first add nte as an input in your project's flake
```nix ```nix
nte = { nte = {
url = "git+https://git.jacekpoz.pl/poz/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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
``` ```