From e9f0746030e4740cc1ac0d52a896828129079107 Mon Sep 17 00:00:00 2001 From: trev Date: Fri, 11 Jul 2025 23:06:18 -0400 Subject: [PATCH] docs: nur.overlay has been replaced by nur.overlays.default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fa3fdd87..3e1951c0f 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ This simple example demostrates how to add a single package from nur to a devshe let pkgs = import nixpkgs { inherit system; - overlays = [ nur.overlay ]; + overlays = [ nur.overlays.default ]; }; in {