docs: nur.overlay has been replaced by nur.overlays.default

This commit is contained in:
trev 2025-07-11 23:06:18 -04:00 committed by Gavin John
parent dda1653eba
commit e9f0746030

View file

@ -131,7 +131,7 @@ This simple example demostrates how to add a single package from nur to a devshe
let let
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
overlays = [ nur.overlay ]; overlays = [ nur.overlays.default ];
}; };
in in
{ {