~ruther/guix-exprs

33f8ed35 — Rutherther 4 days ago main
feat: add c wrapper replacement for sh wrappers

Replace a sh wrapper by a binary wrapper.
Call the original shell script.
f41ee23a — Rutherther 4 days ago
fix: make sure the environment package gets grafted inputs
3ac831ea — Rutherther 4 days ago
fix: shebang in environment wrapper files
80d64e93 — Rutherther 14 days ago
ruther: Remove vhdl-ls.

Now it's in guix channel.
29c984ea — Rutherther 14 days ago
ruther: Remove ripgrep-all.

Now it's in guix channel.
fee4a951 — Rutherther 18 days ago
feat(environment): add package->application-environment for single-app environments
926f9507 — Rutherther 18 days ago
fix(environment): actually support rename-=unction for renaming binaries
21a47494 — Rutherther 18 days ago
fix(environment): check directory exists before copying files
ac3c3773 — Rutherther 18 days ago
feat: emacs sets PATH to prepend emacs it's starting to PATH
d6d4bac1 — Rutherther 30 days ago
fix: ripgrep-all package
bd4c1370 — Rutherther a month ago
feat: use new rust packaging with ruther packages
f68303b6 — Rutherther a month ago
fix: get rid of all gnu packages crates- uses
6d9c4266 — Rutherther a month ago
fix: get rid of all gnu packages crates- uses
0d2bfb62 — Rutherther a month ago
fix: get rid of obsolete module, packages
92f6d213 — Rutherther a month ago
fix: import modules for warning in rust-crates
176e655a — Rutherther a month ago
fix: add missing ruther modules
7db83c5e — Rutherther 2 months ago
feat: Replace original paths in extra files with the ones in environment

This is for example usable for share/application desktop files, to
point to the environment binary instead of the original binary.
Then the program will be started with environment from the environment
package.
da137f0b — Rutherther 2 months ago
feat: add make-interpreted-environment

Add easy way for creating an environment with an interpterer,
and expose make-python-environment and make-guile-environment
211c0bcc — Rutherther 2 months ago
feat: some updates
14ac0b6f — Rutherther 2 months ago
feat: Add make-environment

A procedure to make a package that encapsulates a profile.
This is to stop the propagation of propagated-inputs into a profile.
As an example, multiple python library versions can be used like this
inside of one profile, where each python library version is
encapsulated in a separate environment.
Next