From 364dcd2011c280767e99a03977f370804711fc92 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 24 Apr 2021 15:21:31 +0200 Subject: [PATCH] nix(fix): Fix missed devtools->devTools renaming --- .circleci/config.yml | 2 +- nix/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5fce6c7188..6941041d3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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)..." diff --git a/nix/README.md b/nix/README.md index 2e5812a5f9..85739da42d 100644 --- a/nix/README.md +++ b/nix/README.md @@ -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