nix(fix): Fix missed devtools->devTools renaming

This commit is contained in:
Wolfgang Walther
2021-04-24 15:25:10 +02:00
committed by Wolfgang Walther
parent c691b37f76
commit 4ded01b104
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ jobs:
nix-build | cachix push postgrest
# Make sure that everything, including .drv files, is pushed
nix-env -f default.nix -iA devtools
nix-env -f default.nix -iA devTools
postgrest-push-cachix
else
echo "Building all derivations (caching skipped for outside pull requests)..."
+1 -1
View File
@@ -130,7 +130,7 @@ $ nix-shell --run "postgrest-foo --bar"
A third option is to install utilities that you use very often locally:
```bash
$ nix-env -f default.nix -iA devtools
$ nix-env -f default.nix -iA devTools
# `postgrest-style` can now be run directly:
$ postgrest-style