This commit is contained in:
Christoph Schmatzler
2025-08-11 14:28:14 +02:00
parent 56eb83f0da
commit b988b862a2
3 changed files with 1 additions and 4 deletions

View File

@@ -32,7 +32,6 @@ echo "${YELLOW}Building configuration for machine: ${MACHINE_NAME}${NC}"
nix --extra-experimental-features 'nix-command flakes' build .#$FLAKE_SYSTEM "$@"
echo "${YELLOW}Switching to new generation...${NC}"
# See https://github.com/nix-darwin/nix-darwin/issues/1457 on why we need sudo
sudo ./result/sw/bin/darwin-rebuild switch --flake .#${MACHINE_NAME}
echo "${YELLOW}Cleaning up...${NC}"