From 30a8d56a70144cf0fd6d506fd2c4202b2dec548c Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Wed, 28 May 2025 15:01:07 +0100 Subject: [PATCH] Install age, update go --- home-configuration.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 47f3a19..613c8d2 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -19,7 +19,8 @@ (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. - (packages (specifications->packages (list "awscli" + (packages (specifications->packages (list "age" + "awscli" "aws-vault" "cmake" "diffstat" @@ -31,7 +32,7 @@ "git-semver" "glibc-locales" "gnupg" - "go@1.23.5" + "go@1.24.2" "guile" "guile-algorithms" "guile-config"