From ff3e15dbd28d04802e3e09a650b97709bea3af75 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Tue, 8 Sep 2015 20:39:20 +0100 Subject: [PATCH] Rename update-nix-files to generate-nix-files --- README.md | 2 +- scripts/{update-nix-files.sh => generate-nix-files.sh} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename scripts/{update-nix-files.sh => generate-nix-files.sh} (94%) 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 #