Remove copilot
overrides
This commit is contained in:
parent
d69eca9772
commit
d20d454939
1 changed files with 1 additions and 7 deletions
|
@ -8,13 +8,7 @@ pkgs: epkgs: let
|
|||
notmuch-notify = [melpaPackages.alert melpaPackages.notmuch];
|
||||
};
|
||||
|
||||
overrideAttrsPerPackage = {
|
||||
copilot = old: {
|
||||
postInstall = ''
|
||||
cp -r "$src/dist" "$LISPDIR"
|
||||
'';
|
||||
};
|
||||
};
|
||||
overrideAttrsPerPackage = { };
|
||||
|
||||
# *Attrset* containig extra emacs packages from flake inputs
|
||||
extraPackages = lib.mapAttrs (inputName: input: let
|
||||
|
|
Reference in a new issue