From 64c2ab22559a9cd3175fa4750c2afbd56203d6b6 Mon Sep 17 00:00:00 2001 From: Joe Frikker Date: Sat, 20 Dec 2025 22:47:51 -0500 Subject: [PATCH] Don't need separate asdf dependency --- home.org | 3 +-- sync.sh | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 sync.sh diff --git a/home.org b/home.org index c897e98..ad1d9dd 100644 --- a/home.org +++ b/home.org @@ -2,7 +2,7 @@ This is the basic structure of the home.nix file. Individual sections are defined later. -#+BEGIN_SRC nix :noweb no-export :tangle home.nix +#+BEGIN_SRC nix :noweb no-export :tangle ~/.config/home-manager/home.nix { config, pkgs, ... }: { @@ -45,7 +45,6 @@ Home manager requires this stuff. Just my name and where my home directory is. A ~SBCL~ is the current leading open-source common lisp compiler. It requires any libraries you want to be availble to be installed using withPackages. I really should install this per-project using direnv, rather than globally. I think it may work today, but I think I want to start using ~SBCL~ for scripting / exploratory development. So for now, it stays global. #+BEGIN_SRC nix - asdf_3_3 rlwrap roswell (sbcl.withPackages (ps: with ps; [ diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..09ae155 --- /dev/null +++ b/sync.sh @@ -0,0 +1,2 @@ +emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "home.org")' +home-manager switch