From e1e5f35f529418d85aad347468644fd2342e1244 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Fri, 26 Jan 2024 17:37:09 +0100 Subject: [PATCH] asd --- .github/workflows/schedule_update_deps.yaml | 7 ------- flake.nix | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/schedule_update_deps.yaml b/.github/workflows/schedule_update_deps.yaml index e5ac3aa..3a43b4e 100644 --- a/.github/workflows/schedule_update_deps.yaml +++ b/.github/workflows/schedule_update_deps.yaml @@ -63,12 +63,5 @@ jobs: dependencies draft: false - - name: "Cache nix store on s3" - run: | - echo ${{ secrets.NIX_CACHE_PRIV_KEY }} > cache-priv-key.pem - nix build .\#devShells.x86_64-linux.default - nix store sign --key-file cache-priv-key.pem --all - nix copy --to s3://nhost-nix-cache\?region=eu-central-1 .\#devShells.x86_64-linux.default - - run: rm cache-priv-key.pem if: always() diff --git a/flake.nix b/flake.nix index aff3e16..ac26de0 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ gqlgenc oapi-codegen nhost-cli - postgresql_146 + # postgresql_146 postgresql_146-client ]; };