~ruther/guix-exprs

fee4a951 — Rutherther 10 days ago main
feat(environment): add package->application-environment for single-app environments
926f9507 — Rutherther 10 days ago
fix(environment): actually support rename-=unction for renaming binaries
21a47494 — Rutherther 10 days ago
fix(environment): check directory exists before copying files
ac3c3773 — Rutherther 10 days ago
feat: emacs sets PATH to prepend emacs it's starting to PATH
d6d4bac1 — Rutherther 22 days ago
fix: ripgrep-all package
bd4c1370 — Rutherther 23 days ago
feat: use new rust packaging with ruther packages
f68303b6 — Rutherther 23 days ago
fix: get rid of all gnu packages crates- uses
6d9c4266 — Rutherther 23 days ago
fix: get rid of all gnu packages crates- uses
0d2bfb62 — Rutherther 23 days 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 a month 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 a month 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 a month 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.
fe6013a3 — Rutherther 2 months ago
chore: formatting ripgrep-all
f1f538af — Rutherther 2 months ago
chore: Use gexp in dwlmsg
df9107c8 — Rutherther 4 months ago
guix-shared-cache-service-type: Fix unbound variable
fcdad032 — Rutherther 4 months ago
guix-shared-cache-service-type: Fix unbound variable
1a3e6325 — Rutherther 4 months ago
Improve shared guix cache

- Add -o nonempty option to make sure the service can run even with
users that already have a cache
- Rename the config with -config suffix
Next