Skip to content

Commit

Permalink
clear nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 18, 2023
1 parent 4e27062 commit e01f439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
- uses: cachix/cachix-action@v12
with:
name: cosmos
- name: Clear Nix cache
run: |
nix flake update --commit-lock-file
nix flake gc --ignore-failures
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = github:nixos/nixpkgs/nixpkgs-unstable;
flake-utils.url = github:numtide/flake-utils;
cosmos-nix.url = github:informalsystems/cosmos.nix/0cafdd64bae03ad3be5a13dc31eb5dd4312945da;
cosmos-nix.url = github:informalsystems/cosmos.nix;
};

outputs = inputs:
Expand Down

0 comments on commit e01f439

Please sign in to comment.