Work around https://github.com/NixOS/nix-mode/issues/178
This commit is contained in:
parent
2ddfe6739f
commit
1347e9a2b3
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
||||||
alwaysEnsure = true;
|
alwaysEnsure = true;
|
||||||
# mu4e is included in the mu package and should be used from there
|
# mu4e is included in the mu package and should be used from there
|
||||||
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;
|
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;
|
||||||
|
override = epkgs: epkgs // {
|
||||||
|
nix-mode = epkgs.melpaPackages.nix-mode.overrideAttrs (old: {
|
||||||
|
propagatedBuildInputs = old.propagatedBuildInputs ++ [ epkgs.reformatter ];
|
||||||
|
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs ++ [ epkgs.reformatter ];
|
||||||
|
});
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue