Update URLs in readme

pull/20/head
Tadeo Kondrak 2023-03-08 18:20:04 -07:00
parent a71e399df5
commit 9413472ea0
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Add the repository to `~/.config/nixpkgs/overlays.nix`:
```nix
[
(import (builtins.fetchTarball "https://github.com/tadeokondrak/vs-overlay/archive/master.tar.gz"))
(import (builtins.fetchTarball "https://github.com/nix-community/vs-overlay/archive/master.tar.gz"))
]
```
@ -19,7 +19,7 @@ Add the repository to the `nixpkgs.overlays` option of `configuration.nix`:
```nix
{
nixpkgs.overlays = [
(import (builtins.fetchTarball "https://github.com/tadeokondrak/vs-overlay/archive/master.tar.gz"))
(import (builtins.fetchTarball "https://github.com/nix-community/vs-overlay/archive/master.tar.gz"))
];
}
```
@ -37,7 +37,7 @@ In `flake.nix`, add `vs-overlay` as an input:
```nix
{
inputs.vs-overlay.url = "github:tadeokondrak/vs-overlay";
inputs.vs-overlay.url = "github:nix-community/vs-overlay";
}
```
@ -110,7 +110,7 @@ In `flake.nix`, add `vs-overlay` as an input:
```nix
{
inputs.vs-overlay.url = "github:tadeokondrak/vs-overlay";
inputs.vs-overlay.url = "github:nix-community/vs-overlay";
}
```