ci: Use GitHub Actions for CI/CD

This commit is contained in:
monacoremo
2021-08-08 06:42:59 +02:00
committed by Remo
parent 0bc7c034cf
commit d9b15adb35
9 changed files with 441 additions and 231 deletions
+1 -5
View File
@@ -33,7 +33,6 @@ let
[
allOverlays.build-toolbox
allOverlays.checked-shell-script
allOverlays.ghr
allOverlays.gitignore
allOverlays.postgresql-default
allOverlays.postgresql-legacy
@@ -135,10 +134,7 @@ rec {
# Scripts for publishing new releases.
release =
pkgs.callPackage nix/tools/release {
inherit docker;
postgrest = postgrestStatic;
};
pkgs.callPackage nix/tools/release { };
# Linting and styling tools.
style =