(use-modules (gnu home) (gnu home services) (gnu home services shells) (gnu services) (gnu packages admin) (guix gexp)) (home-environment (packages (list htop)) (services (list (service home-bash-service-type (home-bash-configuration (guix-defaults? #t) (bash-profile '("\ export HISTFILE=$XDG_CACHE_HOME/.bash_history")))) (simple-service 'test-config home-files-service-type (list `("config/test.conf" ,(plain-file "tmp-file.txt" "the content of ~/.config/test.conf"))))))) 2b9662b00'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/compile-all.scm
AgeCommit message (Expand)Author
2021-06-23build: Makefile splits Scheme compilation in four steps....Ludovic Courtès
2021-06-18build: Remove Guile 2.2 workaround....Ludovic Courtès
2020-04-12build: Cap build parallelism on i686....Ludovic Courtès
2019-06-25build: Report build errors via 'report-load-error'....Ludovic Courtès
2019-04-19build: Show completion percentage while building....Ludovic Courtès
2017-11-28build: Explicitly flush the "LOAD" and "GUILEC" lines....Ludovic Courtès
2017-10-22build: Honor make's '-j' flag....Ludovic Courtès
2017-10-22build: Factorize module compilation in (guix build compile)....Ludovic Courtès
2017-09-08build: Use -Wmacro-use-before-definition....Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-03-14build: On 2.2, build package files with almost no optimizations....Ludovic Courtès
2016-10-12build: Arrange so temporary .go files are deleted upon SIGINT....Ludovic Courtès