From 5d427fd1b6a5a628512293cfcc666b6350aeb3b0 Mon Sep 17 00:00:00 2001 From: NixOS Wiki Date: Wed, 10 Jul 2024 22:14:01 +0000 Subject: [PATCH] Update NixOS wiki link --- overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/default.nix b/overlays/default.nix index a1f5ca6..d6e0129 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -5,7 +5,7 @@ # This one contains whatever you want to overlay # You can change versions, add patches, set compilation flags, anything really. - # https://nixos.wiki/wiki/Overlays + # https://wiki.nixos.org/wiki/Overlays modifications = final: prev: { # example = prev.example.overrideAttrs (oldAttrs: rec { # ...