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 { # ...