Files
nix-config/update-nix-system.sh
2025-05-30 11:30:24 +02:00

8 lines
104 B
Bash
Executable File

#!/bin/bash
# Update the system
sudo nix flake update ./
# Rebuild the system
./rebuild-nix-system.sh