trying to make u-he plugins work

This commit is contained in:
Matt Nish-Lapidus 2024-12-01 15:31:55 -05:00
parent 0db7b6f402
commit 9600c7a029
5 changed files with 36 additions and 21 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env fish
function nixgc --description 'update home manager'
sudo nix-collect-garbage $argv
nix-collect-garbage $argv && sudo nix-collect-garbage $argv
end

View file

@ -7,7 +7,7 @@
(when (probe-file quicklisp-init)
(load quicklisp-init)))
;; (push (pathname "~/quicklisp/") ql:*local-project-directories*)
(push (pathname "~/source/_cl") ql:*local-project-directories*)
(ql:quickload :cffi :silent t)
(pushnew (merge-pathnames ".nix-profile/lib/" (user-homedir-pathname))