Hi,
On Mon, 05 Dec 2022 at 02:32, John Kehayias
wrote:
> Here is a current (rough!) draft. For the ease of plain text email
> I've exported from the org source to text with some light edits:
Nice! If you can turn the draft into Markdown and format a patch for
guix-artwork [1] under website/dr
On Wed, Dec 7, 2022, at 10:26 AM, Peter Polidoro wrote:
>> And then all you need to do is run ``guix shell'', and it will
>> automatically
>> pick up that manifest or package file.
>
> That works well for just the "guix shell" command, but what if I
> want shortcuts to a whole set of commands?
>
zimoun writes:
$ cat Makefile
stuff:
which make
guixy:
@guix shell -C which make -- $(MAKE) stuff
$ which make
/usr/bin/make
$ make stuff
which make
/usr/bin/make
$ make guixy
which make
/gnu/store/dp8bar2xgzwz1yfm9lcafqn3vhs2cjqc-profile/bin/make
Cheers,
simon
I just w