Rename nixos-rebuild.sh to rebuild.sh

This commit is contained in:
Dave Gallant
2021-05-26 23:46:21 -04:00
parent 551913405c
commit 0a91e46af6
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ The configuration is very specific to my own machines and setup, but it may be a
```console ```console
$ git clone git@github.com:davegallant/nix-config.git $ git clone git@github.com:davegallant/nix-config.git
$ cd nix-config $ cd nix-config
$ sudo ./nixos-rebuild.sh switch $ sudo ./rebuild.sh switch
``` ```
## Update ## Update