From 0a91e46af6f2944b966a491eb9f4e0790d6f759c Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 26 May 2021 23:46:21 -0400 Subject: [PATCH] Rename nixos-rebuild.sh to rebuild.sh --- README.md | 2 +- nixos-rebuild.sh => rebuild.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nixos-rebuild.sh => rebuild.sh (100%) diff --git a/README.md b/README.md index 2ac4f93..5418fac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The configuration is very specific to my own machines and setup, but it may be a ```console $ git clone git@github.com:davegallant/nix-config.git $ cd nix-config -$ sudo ./nixos-rebuild.sh switch +$ sudo ./rebuild.sh switch ``` ## Update diff --git a/nixos-rebuild.sh b/rebuild.sh similarity index 100% rename from nixos-rebuild.sh rename to rebuild.sh