Re: Drafting a Guix blog post on the FHS container

2022-12-09 Thread zimoun
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

Re: Using Makefile to run guix shell?

2022-12-09 Thread Philip McGrath
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? >

Re: Using Makefile to run guix shell?

2022-12-09 Thread Peter Polidoro
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