Experimentes with EAF
This commit is contained in:
parent
08d4bdc74f
commit
9263b2b334
2 changed files with 46 additions and 10 deletions
|
@ -107,7 +107,9 @@ in
|
|||
mainPackages
|
||||
++ (builtins.attrValues extraPackages)
|
||||
# Playing with EAF
|
||||
++ [(pkgs.callPackage ./eaf.nix {
|
||||
inherit (epkgs) melpaBuild;
|
||||
inherit (melpaPackages) ctable deferred epc s;
|
||||
})]
|
||||
++ [
|
||||
(pkgs.callPackage ./eaf.nix {
|
||||
inherit (epkgs) melpaBuild;
|
||||
inherit (melpaPackages) ctable deferred epc s;
|
||||
})
|
||||
]
|
||||
|
|
Reference in a new issue