circleci: fix nightly release

Also delete unused variable in release/default.nix
This commit is contained in:
steve-chavez
2020-11-13 14:12:28 -05:00
parent ed8bf8272f
commit 65968b5320
2 changed files with 8 additions and 3 deletions
-3
View File
@@ -9,9 +9,6 @@
, writeShellScriptBin
}:
let
# Version from the postgrest.cabal file (gotten with callCabal2nix).
version = postgrest.version;
# Script for publishing a new release on GitHub.
github =
writeShellScriptBin "postgrest-release-github"