~ruther/guix-config

ref: d0881f4dc2298a50ce5e6d5f6ee82bc45e43b279 guix-config/Makefile -rw-r--r-- 1.9 KiB
047b37fc — Rutherther 4 months ago
chore: Add EXTRA_ARGS support in Makefile
a9c6a7a1 — Rutherther 7 months ago
chore: add system repl initialization
9c1e2bfc — Rutherther 10 months ago
fix: target guix build every time
23e92d79 — Rutherther 1 year, 18 days ago
fix: Makefile always recreated target/guix since the store doesn't keep stat
7e4a8470 — Rutherther 1 year, 23 days ago
feat: move to more robust solution than time-machine

The problem with time-machine is that the guix
derivation might need to be recomputed and rebuilt.
This can happen because the underlying guix version used
to build it can differ. The solution to this can be
to keep the resulting guix in a folder, and use it out of
that folder, instead of recomputing it every time.

This can still mean that there will be need for
duplicit recomputation between building the guix
and pulling it into user profile. I don't know what
a good solution to this is, yet.
chore: update
fix: channels-lock.scm should be used in Makefile
fix: makefile
fix: makefile should use only locked channels
feat: add basic Makefile