add mirrors to flake usage
This commit is contained in:
parent
1b1d8b6811
commit
d5d98ae8c8
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue