fix(overlays): use unstable ghostscript

This commit is contained in:
Michael Thomas 2024-12-22 16:29:39 -05:00
parent 877a149127
commit e73d4cb442

View File

@ -13,9 +13,8 @@
# You can change versions, add patches, set compilation flags, anything really. # You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays # https://nixos.wiki/wiki/Overlays
modifications = final: prev: { 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 # When applied, the unstable nixpkgs set (declared in the flake inputs) will