From 44086a09b3377a76474f152551250f87e0843db0 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 6 Mar 2023 13:28:14 +0100 Subject: [PATCH] feat: add sbcl with basic asdf config --- programs/default.nix | 1 + programs/sbcl.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/default.nix b/programs/default.nix index 847cd75..162c7db 100644 --- a/programs/default.nix +++ b/programs/default.nix @@ -12,6 +12,7 @@ _: { ./newsboat.nix ./nvim.nix ./pipewire.nix + ./sbcl.nix ./sioyek.nix ./sway.nix ]; diff --git a/programs/sbcl.nix b/programs/sbcl.nix index dd72815..010a001 100644 --- a/programs/sbcl.nix +++ b/programs/sbcl.nix @@ -6,7 +6,7 @@ ]; file.".config/common-lisp/source-registry.conf.d/lisp.conf".text = '' - (:tree "/home/buffet/proj") + (:tree "/home/buffet/proj/bechamel") ''; }; };