all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using Makefile to run guix shell?
@ 2022-12-07 14:47 Peter Polidoro
  2022-12-07 15:12 ` (
  2022-12-07 17:08 ` Wolf
  0 siblings, 2 replies; 19+ messages in thread
From: Peter Polidoro @ 2022-12-07 14:47 UTC (permalink / raw)
  To: help-guix

In the root of every project directory, I now include a 
channels.scm file and a manifest.scm file.

I was using direnv to automatically launch guix shell, but I 
wanted more flexibility to easily launch variations of guix shell.

Now I am also including a Makefile in the root of every project 
directory so I can use "make guix-shell" or "make guix-container" 
or "make project-documentation" etc to quickly run commands.

This works well for certain types of projects, but there could be 
conflicts with projects that expect or automatically generate 
their own Makefiles.

I could use a different Makefile name for my guix commands, but 
that makes my commands less convenient to type.

Is it considered bad practice to use make like this? Is there a 
better way to do something similar?


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-12-12 19:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 14:47 Using Makefile to run guix shell? Peter Polidoro
2022-12-07 15:12 ` (
2022-12-07 15:26   ` Peter Polidoro
2022-12-07 15:38     ` (
2022-12-07 18:27       ` Peter Polidoro
2022-12-07 21:01         ` Wojtek Kosior via
2022-12-08 10:44         ` zimoun
2022-12-08 14:21           ` Peter Polidoro
2022-12-08 15:30             ` Wojtek Kosior via
2022-12-08 18:47             ` zimoun
2022-12-08 21:30               ` Wojtek Kosior via
2022-12-08 23:04                 ` zimoun
2022-12-08 23:24                   ` Wojtek Kosior via
2022-12-09 17:46                   ` Peter Polidoro
2022-12-10 13:21                     ` zimoun
2022-12-12 17:55                       ` Peter Polidoro
2022-12-12 19:00                         ` Wojtek Kosior via
2022-12-09 18:38     ` Philip McGrath
2022-12-07 17:08 ` Wolf

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.