Collin J. Doering
f11ce3f772
When running 'guix pull' with a foreign channel, the specification->package function does not appear to be able to lookup packages that are not part of the guix official channel. * .guix/rekahsoft/guix-config/home.scm: Include manifest/s used for home-configuration directly * home-manifest.scm: Continue to include a manifest file that can be used for convenience with guix commands (as there is no way to use `-e|--install-from-expression` with manifests at this time)
4 lines
167 B
Scheme
4 lines
167 B
Scheme
;; Return home-manifest from dotfiles channel, so this file can be used by guix commands that
|
|
;; accept manifest files
|
|
(@ (rekahsoft guix-config home) %home-manifest)
|