From e73d4cb44209b14c5c0ea8ba510a3a59bcc570bf Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 22 Dec 2024 16:29:39 -0500 Subject: [PATCH] fix(overlays): use unstable ghostscript --- overlays/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index b0c50b4..8fda515 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -13,9 +13,8 @@ # You can change versions, add patches, set compilation flags, anything really. # https://nixos.wiki/wiki/Overlays modifications = final: prev: { - # example = prev.example.overrideAttrs (oldAttrs: rec { - # ... - # }); + # avoid build failure on darwin + inherit (final.unstable) ghostscript; }; # When applied, the unstable nixpkgs set (declared in the flake inputs) will