.bin/test-system: add script to build system without reconfigure
This commit is contained in:
parent
502204ce8b
commit
1eb7de5772
|
@ -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
|
Loading…
Reference in New Issue