Skip to content

Commit

Permalink
Use an update script to import fromElisp
Browse files Browse the repository at this point in the history
  • Loading branch information
talyz committed Jul 22, 2020
1 parent e43d9db commit cf3d5b8
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 150 deletions.
14 changes: 0 additions & 14 deletions nix/sources.json

This file was deleted.

134 changes: 0 additions & 134 deletions nix/sources.nix

This file was deleted.

3 changes: 1 addition & 2 deletions parse.nix
Original file line number Diff line number Diff line change
@@ -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) == "";

Expand Down

0 comments on commit cf3d5b8

Please sign in to comment.