5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
nix flake update --verbose --print-build-logs
|
||
|
./switch
|