.bin/test-system: add script to build system without reconfigure

This commit is contained in:
Frieder Schlesier 2024-06-01 16:39:20 +02:00
parent 502204ce8b
commit 1eb7de5772
1 changed files with 11 additions and 0 deletions

11
.bin/test-system Executable file
View File

@ -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