1
This commit is contained in:
2022-09-02 19:41:49 +02:00
parent 43bfa0bcdd
commit 16cdd5c704

View File

@ -6,7 +6,7 @@ let
additions = final: prev: import ../derivations { inherit inputs; pkgs = final; };
modifications = final: prev: {
# dconf-editor-wrapped = import ./dconf-editor.nix { inherit final prev; }; # Only kept as an example
# dconf-editor-wrapped = import ./dconf-editor.nix { inherit final prev; }; # Only kept as an example, has nothing to do with current dconf-editor-wrapped derivation
# Use dconf-editor.nix: { final, prev }: final.<package>.overrideAttrs (oldAttrs: { ... }) or sth similar
};