Don't need separate asdf dependency
This commit is contained in:
3
home.org
3
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; [
|
||||
|
||||
Reference in New Issue
Block a user