all repos — nixfiles @ 6520a4c037a0d918df3f0752093bb51ce1b5cacb

System and user configuration, managed by nix and home-manager

mba: enable lisp development

Alan Pearce
commit

6520a4c037a0d918df3f0752093bb51ce1b5cacb

parent

887f319e560431c462239dcddc1904ee211c3ac9

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M user/settings/development/lisp.nixuser/settings/development/lisp.nix
@@ -3,11 +3,12 @@ , pkgs
, ... }: { home.packages = with pkgs; [ - ccl sbcl lispPackages.quicklisp asdf cl-launch + ] ++ lib.optionals pkgs.stdenv.hostPlatform.isLinux [ + ccl ]; programs.git.attributes = [