forked from mirror/dwl
fix overrideAttrs
This commit is contained in:
parent
e801bcbdb6
commit
132dc5ad5c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
overlayAttrs = {
|
||||
zdwl = config.packages.default;
|
||||
};
|
||||
packages.default = (old: pkgs.dwl.overrideAttrs {
|
||||
packages.default = pkgs.dwl.overrideAttrs (old: {
|
||||
buildInputs = old.buildInputs ++ pkgs.fcft;
|
||||
src = ./.;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue