Skip to content

Instantly share code, notes, and snippets.

@grobx
Last active October 16, 2022 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grobx/1d762cd53ebb8fc1cf2d4245ed97591a to your computer and use it in GitHub Desktop.
Save grobx/1d762cd53ebb8fc1cf2d4245ed97591a to your computer and use it in GitHub Desktop.
(use-modules
(gnu packages guile-xyz)
(guix transformations))
(define with-emacs-next-pgtk
(options->transformation
'((with-input . "emacs=emacs-next-pgtk"))))
(concatenate-manifests (list
(package->development-manifest (with-emacs-next-pgtk guile-studio))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment