3 lines
56 B
Bash
3 lines
56 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
sudo nixos-rebuild switch --flake .
|