nix flakes also allows you to create your own custom template for use with `nix
flakes init`:
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-init#template-definitions
We could do the same with `guix shell init` maybe...
See this blog post for how nix does it for the `nix flakes init` command:
https://peppe.rs/posts/novice_nix:_flake_templates/
wdyt
It would generate this boilerplate somehow:
https://guix.gnu.org/en/blog/tags/cookbook/sk/html_node/Getting-Started.html
Hi Guixers,
What if we had a command like `guix shell init`.
It would create a basic manifest.scm or guix.scm file for the user.
bloat or meh or yeh?
Sprinkling some Guix flakes on your day,
jgart
That's interesting. I was also suspicious about this function and mentioned it
upstream but they said it is normal to do it like this so I just ignored it.
Also I remember having tried out a dummy package, so I really believed it was
ok.
Thanks for your help!
On October 23, 2023 10:44:57 AM GM
Bonsoir Simon,
Le mardi 24 octobre 2023 à 22:10 +0200, Simon Tournier a écrit :
> Hi,
>
> Some of us will be in Toulouse, INP-N7, 26 rue Riquet on 18 & 19
> november for Capitole du Libre:
>
> https://capitoledulibre.org/
>
> We will stand in Village Associatif. Let us know if you can help
Hi,
Some of us will be in Toulouse, INP-N7, 26 rue Riquet on 18 & 19
november for Capitole du Libre:
https://capitoledulibre.org/
We will stand in Village Associatif. Let us know if you can help us
at the event. Well, I do not know exactly what means "a stand" since
it will be the first fo
Hi Bruno,
On Tue, Oct 24 2023, Bruno Victal wrote:
> Further complicating things is
> 'define-maybe', whose use monopolizes the predicate and serializers for
> a particular service definition.
I've dealt with that in the past and support your effort.
> * Splitting this as gnu/services/dovecot.s
Hi,
As the gnu/services and gnu/home/services grow, I think we should
consider divvying the services into stand-alone modules or
subdirectories.
Consider the ⌜dovecot-service-type⌝ in gnu/services/mail.scm: as of
commit 'd22d2a05c389207f8cdcf824be7738b1499a987c' this service
definition is nearly