Maxime Devos <maximede...@telenet.be> writes:
> [[PGP Signed Part:Undecided]] > > > On 12-10-2022 17:50, jgart wrote: >> On Wed, 12 Oct 2022 14:24:26 +0200 Maxime Devos <maximede...@telenet.be> >> wrote: >> That still throws: >> guix shell guile-semver -- guix import crate the-way >> [...] WDYT > > I think you need to add 'guile' as well (profiles don't properly > compose yet w.r.t. search paths): > > $ guix shell guile guile-semver -- guix import crate the-way > > Can't reproduce locally though ('guix import crate the-way' works for > me even without 'guix shell guile guile-semver'). > > $ guix describe > Generatie 14 18:45:20 10 okt 2022 (huidig) > guix f0a6aaf > bewaarplaats-URL: https://git.savannah.gnu.org/git/guix.git > tak: master > commit: f0a6aafa22c2e7c7f33786dd7de7083a64401d01 > > Greetings, > Maxime. > > [2. OpenPGP public key --- application/pgp-keys; > OpenPGP_0x49E3EE22191725EE.asc]... > > [[End of PGP Signed Part]] This works without adding guile: guix shell --pure guile-semver -- "$(which guix)" import crate the-way Any idea why? I didn't add guix to the shell because I wanted it to use the same guix profile.