Readme : Update URL.

This commit is contained in:
Dmitry Voronin 2024-02-08 02:06:12 +03:00
parent a39257e8fd
commit b6be777855

View file

@ -11,7 +11,7 @@ nix build
```nix
{
inputs = {
sampleapp.url = "git+https://git.voronind.com/voronind/nixos_sample_package.git";
sampleapp.url = "git+https://git.voronind.com/voronind/template_nixos_package.git";
};
}
```