From 71170ba96ad788726af419edd64d58bdfe5b52b5 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Wed, 10 Dec 2025 12:19:17 +0100 Subject: Format and add guix install --- install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 80f2853..b180447 100755 --- a/install +++ b/install @@ -8,7 +8,9 @@ git submodule update --init --recursive || ( ) # Source inst and diff function +. ./utils/ask . ./utils/inst +. ./utils/guix # Load if we force changes (implies no interaction) [ "$1" = "-f" ] && FORCE=true || FORCE=false @@ -37,9 +39,11 @@ if ask "nix" "Install Nix configuration"; then inst private/config/nix/builders ~/.config/nix/builders fi -if ask "guix" "Install Guix configuration"; then +if hascmd guix && ask "guix" "Install Guix configuration"; then inst guile ~/.guile inst config/guix/channels.scm ~/.config/guix/channels.scm + guix_install \ + guile guile-colorized guile-readline guile-lsp-server fi if ask "cliutils" "Install configurations for various CLI utility tools"; then -- cgit v1.3