-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup GNU Guix Reproducible Development Environment #5
base: master
Are you sure you want to change the base?
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.