Rename update-nix-files to generate-nix-files
This commit is contained in:
parent
acd9d2f644
commit
ff3e15dbd2
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ stack test # Run all the tests
|
||||||
|
|
||||||
Or `nix`:
|
Or `nix`:
|
||||||
```shell
|
```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`
|
Though we aren't sticklers for style, the `.stylish-haskell.yaml` and `HLint.hs`
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash -
|
#!/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
|
# DESCRIPTION: Update nix files at top-level and add all packages
|
||||||
#
|
#
|
Loading…
Reference in a new issue