149 current 2025-06-11 19:10:14 25.05.20250606.70c74b0 6.15.1 *

Hyprland (no boot)
This commit is contained in:
2025-06-11 19:10:17 +02:00
parent d502e4e68d
commit 0d12517c34
4 changed files with 103 additions and 25 deletions

View File

@ -49,7 +49,7 @@ git diff -U0 '*.nix'
echo "NixOS Rebuilding configuration for host: $NIXOS_HOST..."
# First, run a check to see if the flake is valid
nix flake check
nix flake check 2>&1 | grep -i --color error && exit 1
# Rebuild the system
sudo nixos-rebuild switch --flake ./#$NIXOS_HOST &>logs/nixos-switch.log || (cat logs/nixos-switch.log | grep --color error && exit 1)