8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Update the system
|
|
sudo nix flake update
|
|
|
|
# Rebuild the system
|
|
. rebuild-nix-system.sh
|