Setup GNU Guix Reproducible Development Environment#5
Conversation
|
Could you put these all in a .guix folder or similar? I'm unfamiliar with the conventions but would prefer to keep the files sandboxed inside a single folder. |
Done. Have a look please. |
|
Why isn't this just a manifest with the correct packages and maybe channels ? It feels like you shouldn't need this many scripts to go. What's the difference between rde and providing a manifest like this that users can use to manipulate their profiles as they want ? |
|
I will have to defer to @gagbo on this one as I live more in the gentoo world when it comes to packaging and deployment. Is there perhaps a community repository where the guix equivalent of a live ebuild could be maintained? (e.g. https://gitlab.com/src_prepare/racket/racket-overlay/-/blob/master/dev-racket/laundry/laundry-2022.02.05.ebuild) |
AFAIU the manifest file just declares something. Whereas my PR privides a bash shell and prompt with a clean environment.
I can squeeze that. See the 0b354a3 commit. |
I'm not sure if I understand you correctly - on the Guix OS: do you want this package be installable also via the standard guix installation mechanism? I.e. in addition to the racket's |
Done. Have a look please. |
No description provided.