From 16cdd5c704c5359179aa2f6dadd8b2dd037f03e8 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 2 Sep 2022 19:41:49 +0200 Subject: [PATCH] comment --- overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/default.nix b/overlays/default.nix index be04318f..43fb552e 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -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..overrideAttrs (oldAttrs: { ... }) or sth similar };