Add docs to all checked shell scripts in nix

This commit is contained in:
Remo Rechkemmer
2020-12-28 13:23:12 +01:00
committed by GitHub
parent 2425cddaed
commit 96478ed016
8 changed files with 161 additions and 40 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ should be a very simple operation.
```bash
# Update pinned version of Nixpkgs
nix-shell --run nixpkgs-upgrade > nix/nixpkgs-version.nix
nix-shell --run postgrest-nixpkgs-upgrade
# Verify that everything builds
nix-build
@@ -27,7 +27,7 @@ the complete Git repository. To upgrade it to the current `master` of
nix-shell
# Run the utility script to pin the latest revision in master
nixpkgs-upgrade > nix/nixpkgs-version.nix
postgrest-nixpkgs-upgrade
# Exit the nix-shell with Ctrl-d