tgbugs / laundry

Org mode for Racket
MIT License
54 stars 3 forks source link

Setup GNU Guix Reproducible Development Environment #5

Open Bost opened 2 years ago

tgbugs commented 2 years ago

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.

Bost commented 2 years ago

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.

gagbo commented 2 years ago

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 ?

tgbugs commented 2 years ago

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)

Bost commented 2 years ago

What's the difference between rde and providing a manifest like this that users can use to manipulate their profiles as they want ?

AFAIU the manifest file just declares something. Whereas my PR privides a bash shell and prompt with a clean environment.

It feels like you shouldn't need this many scripts to go.

I can squeeze that. See the 0b354a3 commit.

Bost commented 2 years ago

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)

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 raco pkg install laundry, also via guix install laundry? Is that what you mean?

Bost commented 2 years ago

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.