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