Don't need separate asdf dependency

This commit is contained in:
Joe Frikker
2025-12-20 22:47:51 -05:00
parent 40f15cf3ea
commit 64c2ab2255
2 changed files with 3 additions and 2 deletions

View File

@@ -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; [