diff --git a/README.md b/README.md index 6b1e4a81..6bd5aa45 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ stack test # Run all the tests Or `nix`: ```shell -./scripts/update-nix-files.sh # Get up-to-date shell.nix files +./scripts/generate-nix-files.sh # Get up-to-date shell.nix files ``` Though we aren't sticklers for style, the `.stylish-haskell.yaml` and `HLint.hs` diff --git a/scripts/update-nix-files.sh b/scripts/generate-nix-files.sh similarity index 94% rename from scripts/update-nix-files.sh rename to scripts/generate-nix-files.sh index bba5a451..e72d772a 100755 --- a/scripts/update-nix-files.sh +++ b/scripts/generate-nix-files.sh @@ -1,9 +1,9 @@ #!/bin/bash - #=============================================================================== # -# FILE: update-nix-files.sh +# FILE: generate-nix-files.sh # -# USAGE: ./update-nix-files.sh +# USAGE: ./generate-nix-files.sh # # DESCRIPTION: Update nix files at top-level and add all packages #