tvl-depot/lisp/prelude.nix
William Carroll 95d03facb3 Support prelude.lisp
Using this module to support utility functions that I have not classified
further than being miscellaneous.
2020-01-24 10:52:53 +00:00

8 lines
124 B
Nix

{ depot ? import <depot> {}, ... }:
depot.nix.buildLisp.library {
name = "prelude";
srcs = [
./prelude.lisp
];
}