nix(fix): Fix missed devtools->devTools renaming
This commit is contained in:
committed by
Wolfgang Walther
parent
c691b37f76
commit
4ded01b104
@@ -152,7 +152,7 @@ jobs:
|
|||||||
nix-build | cachix push postgrest
|
nix-build | cachix push postgrest
|
||||||
|
|
||||||
# Make sure that everything, including .drv files, is pushed
|
# 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
|
postgrest-push-cachix
|
||||||
else
|
else
|
||||||
echo "Building all derivations (caching skipped for outside pull requests)..."
|
echo "Building all derivations (caching skipped for outside pull requests)..."
|
||||||
|
|||||||
+1
-1
@@ -130,7 +130,7 @@ $ nix-shell --run "postgrest-foo --bar"
|
|||||||
A third option is to install utilities that you use very often locally:
|
A third option is to install utilities that you use very often locally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nix-env -f default.nix -iA devtools
|
$ nix-env -f default.nix -iA devTools
|
||||||
|
|
||||||
# `postgrest-style` can now be run directly:
|
# `postgrest-style` can now be run directly:
|
||||||
$ postgrest-style
|
$ postgrest-style
|
||||||
|
|||||||
Reference in New Issue
Block a user