Use an update script to import fromElisp

This commit is contained in:
talyz 2020-07-22 22:41:37 +02:00
parent e43d9dbe42
commit cf3d5b801e
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B
5 changed files with 525 additions and 150 deletions

View file

@ -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) == "";