Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 26, 2024
1 parent bbc5181 commit e1e5f35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/schedule_update_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
gqlgenc
oapi-codegen
nhost-cli
postgresql_146
# postgresql_146
postgresql_146-client
];
};
Expand Down

0 comments on commit e1e5f35

Please sign in to comment.