From 37fff5a466ab7e2084b1a89a62602435516d51e8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Sep 2017 13:54:34 +0200 Subject: Add lisp module --- modules/lisp.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/lisp.nix (limited to 'modules') diff --git a/modules/lisp.nix b/modules/lisp.nix new file mode 100644 index 0000000..ffaa711 --- /dev/null +++ b/modules/lisp.nix @@ -0,0 +1,11 @@ +{ config, pkgs, ... }: + +{ environment.systemPackages = with pkgs; [ + ccl + sbcl + lispPackages.quicklisp + + dust + pixie + ]; +} -- cgit 1.4.1