Remove copilot overrides

This commit is contained in:
Andrea Ciceri 2024-05-01 10:44:19 +02:00
parent d69eca9772
commit d20d454939
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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