aboutsummaryrefslogtreecommitdiff
(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 (list (plain-file "bash-profile" "\
export HISTFILE=$XDG_CACHE_HOME/.bash_history")))))

   (simple-service 'test-config
                   home-xdg-configuration-files-service-type
                   (list `("test.conf"
                           ,(plain-file "tmp-file.txt"
                                        "the content of
                                          ~/.config/test.conf")))))))

rant Cascadian 2024-09-09gnu: trydiffoscope: Update Style....* gnu/packages/diffoscope.scm (reprotest): Reindent. [arguments]: Use G-expression. Remove trailing #t. Change-Id: I5d77472405adcca35eca7bed9663f30f1f8ed18e Zheng Junjie 2024-09-09gnu: trydiffoscope: Update to 67.0.8....* gnu/packages/diffoscope.scm (trydiffoscope): Update to 67.0.8. Vagrant Cascadian 2024-09-09gnu: reprotest: Use G-expression....* gnu/packages/diffoscope.scm (reprotest)[arguments]: Use G-expression. Change-Id: I35d4673e39a449169f5a66265e486d8e45268425 Zheng Junjie 2024-09-09gnu: reprotest: Simplify native-inputs....* gnu/packages/diffoscope.scm (reprotest): Simplify native-inputs. Change-Id: Ia443fb9369e65e686d619acaffa60c130a5503cf Zheng Junjie 2024-09-09gnu: reprotest: Update to 0.7.28....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.28. [arguments]<#:phases>: Remove adjust-locales phase. Change-Id: I11a0fd6fa9dae47bb5748dd404856d07a3b08b0c Vagrant Cascadian 2024-09-03gnu: diffoscope: Update to 277....* gnu/packages/diffoscope.scm (diffoscope): Update to 277. Vagrant Cascadian 2024-08-18gnu: diffoscope: Update to 276....* gnu/packages/diffoscope.scm (diffoscope): Update to 276. Change-Id: I15c5e4b283f79c8d7ce16165f3d2d39200a63810 Tobias Geerinckx-Rice 2024-07-05ugnu: diffoscope: Update to 272....Fixes: https://issues.guix.gnu.org/71886 * gnu/packages/diffoscope.scm (diffoscope): Update to 272. Vagrant Cascadian 2024-05-31gnu: diffoscope: Update to 269....* gnu/packages/diffoscope.scm (diffoscope): Update to 269. Vagrant Cascadian 2024-04-23gnu: diffoscope: Update to 265....* gnu/packages/diffoscope.scm (diffoscope): Update to 265. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: Ib3b7044368649df079f1d9999e06f17b3cf2f8a9 Vagrant Cascadian 2024-04-23gnu: reprotest: Update to 0.7.27....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.27. Signed-off-by: Christopher Baines <mail@cbaines.net> Vagrant Cascadian 2024-04-23gnu: diffoscope: Update to 264....* gnu/packages/diffoscope.scm (diffoscope): Update to 264. [native-inputs]: Fix architecture specific conditional for "enjarify" Signed-off-by: Christopher Baines <mail@cbaines.net> Vagrant Cascadian 2024-04-15gnu: diffoscope: Increase test verbosity....* gnu/packages/diffoscope.scm (diffoscope)[phases]: Replace 'check. Signed-off-by: Christopher Baines <mail@cbaines.net> Vagrant Cascadian 2024-04-10gnu: diffoscope: Avoid skipping several tests....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add perl. Vagrant Cascadian 2024-04-09gnu: diffoscope: Update to 263....* gnu/packages/diffoscope.scm (diffoscope): Update to 263. Change-Id: I8c9fce87dcf78fbc0f5ed319fa9e8b6d2e37fee1 Signed-off-by: Christopher Baines <mail@cbaines.net> Wilko Meyer 2024-03-27gnu: diffoscope: Update to 261....* gnu/packages/diffoscope.scm (diffoscope): Update to 261. Signed-off-by: Christopher Baines <mail@cbaines.net> Vagrant Cascadian 2024-03-13gnu: diffoscope: Update to 260....* gnu/packages/diffoscope.scm (diffoscope): Update to 260. [native-inputs]: Add p7zip. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I2fcf6209a09dd1ba75e2b373f6f13aa69f7daaa6 Vagrant Cascadian 2024-02-27gnu: diffoscope: Update to 258....* gnu/packages/diffoscope.scm (diffoscope): Update to 258. Vagrant Cascadian 2024-02-09gnu: diffoscope: Update to 256 [security fixes]....Fixes: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/361 * gnu/packages/diffoscope.scm (diffoscope): Update to 256. Vagrant Cascadian 2024-02-02gnu: trydiffoscope: Update to 67.0.6....* gnu/packages/diffoscope.scm (trydiffoscope): Update to 67.0.6. Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org> Change-Id: I508a9ed647bbe2afc6b9ee9730ab1d5d08ade508 David Pflug 2024-02-02gnu: diffoscope: Update to 255....* gnu/packages/diffoscope.scm (diffoscope): Update to 255. Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org.org> Change-Id: Ic0eb0a34cbd82286ac294da20984c3a2ec09fe1f David Pflug 2023-12-31gnu: diffoscope: Update to 253....* gnu/packages/diffoscope.scm (diffoscope): Update to 253. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Change-Id: I70d0130c8cc3cdea03546969a0e87eb4c637fc5b Vagrant Cascadian 2023-11-26gnu: diffoscope: Update to 252....* gnu/packages/diffoscope.scm (diffoscope): Update to 252. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vagrant Cascadian 2023-10-25gnu: diffoscope: Update to 251....* gnu/packages/diffoscope.scm (diffoscope): Update to 251. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vagrant Cascadian 2023-09-15gnu: diffoscope: Update to 250....* gnu/packages/diffoscope.scm (diffoscope): Update to 250. [native-inputs]: Add html2text and u-boot-tools. Signed-off-by: Christopher Baines <mail@cbaines.net> Vagrant Cascadian