1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Update README template

This commit is contained in:
Nicolas Mattia 2021-02-04 09:40:18 +01:00
parent cd7bb81154
commit af958e8057

View File

@ -140,7 +140,7 @@ To use those dependencies `import` the file `nix/sources.nix`, e.g.:
{ sources ? import ./sources.nix }: # import the sources
with
{ overlay = _: pkgs:
{ niv = import sources.niv {}; # use the sources :)
{ niv = (import sources.niv {}).niv; # use the sources :)
};
};
import sources.nixpkgs # and use them again!