Rename update-nix-files to generate-nix-files

This commit is contained in:
Jonathan Lange 2015-09-08 20:39:20 +01:00
parent acd9d2f644
commit ff3e15dbd2
2 changed files with 3 additions and 3 deletions

View File

@ -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`

View File

@ -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
#