7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
nix-channel --update
|
||
|
nix flake update
|
||
|
|
||
|
./switch
|