From 95d03facb3af93323101737d76470f190e7ca2ae Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Jan 2020 10:52:53 +0000 Subject: Support prelude.lisp Using this module to support utility functions that I have not classified further than being miscellaneous. --- lisp/prelude.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lisp/prelude.nix (limited to 'lisp/prelude.nix') diff --git a/lisp/prelude.nix b/lisp/prelude.nix new file mode 100644 index 000000000000..9051f82394ff --- /dev/null +++ b/lisp/prelude.nix @@ -0,0 +1,8 @@ +{ depot ? import {}, ... }: + +depot.nix.buildLisp.library { + name = "prelude"; + srcs = [ + ./prelude.lisp + ]; +} -- cgit 1.4.1