Skip to content

Commit

Permalink
build-scripts/nyxt-guix: Delete obsolete nasdf logic.
Browse files Browse the repository at this point in the history
Introduced in commit bb35ef1.
  • Loading branch information
aadcg committed Dec 2, 2023
1 parent baf44e0 commit 4c7a74a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-scripts/nyxt-guix.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ Example:
".image"))))
(setq root (expand-file-name (or root
(concat nyxt-guix-profile-directory "/nyxt"))))
(let ((cl-source-registry (format "%s:%s:%s"
(concat nyxt-checkout "/libraries/nasdf/")
(let ((cl-source-registry (format "%s:%s"
nyxt-checkout
(or (getenv "CL_SOURCE_REGISTRY") "")))
(guix-def (concat nyxt-checkout "/build-scripts/nyxt.scm")))
Expand Down

0 comments on commit 4c7a74a

Please sign in to comment.