From 1eb7de5772f3d2f33765451031a7fb5724eaf23f Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 1 Jun 2024 16:39:20 +0200 Subject: [PATCH] .bin/test-system: add script to build system without reconfigure --- .bin/test-system | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .bin/test-system diff --git a/.bin/test-system b/.bin/test-system new file mode 100755 index 0000000..8b963e5 --- /dev/null +++ b/.bin/test-system @@ -0,0 +1,11 @@ +#!/bin/sh + +GREEN='\033[1;32m' +BLUE='\033[1;34m' +NC='\033[0m' + +echo +echo -e "${GREEN}Building ${BLUE}$(hostname)${GREEN}...${NC}" +echo + +sudo guix system -v 3 -c 8 -L ~/git/dotfiles/ build ~/git/dotfiles/fschl/systems/$(hostname).scm