mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Use an update script to import fromElisp
This commit is contained in:
parent
e43d9dbe42
commit
cf3d5b801e
5 changed files with 525 additions and 150 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{ lib }:
|
||||
|
||||
let
|
||||
nixDeps = import ./nix/sources.nix;
|
||||
inherit (import nixDeps.fromElisp {}) fromElisp;
|
||||
inherit (import ./repos/fromElisp {}) fromElisp;
|
||||
|
||||
isStrEmpty = s: (builtins.replaceStrings [ " " ] [ "" ] s) == "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue