From e01f439664e341c85038890e468df241e36bbceb Mon Sep 17 00:00:00 2001 From: yito88 Date: Wed, 18 Oct 2023 22:22:51 +0200 Subject: [PATCH] clear nix cache --- .github/workflows/integration.yaml | 4 ++++ flake.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9555c97278..d1c1d2bafd 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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 diff --git a/flake.nix b/flake.nix index 32d092aefd..631da7f67d 100644 --- a/flake.nix +++ b/flake.nix @@ -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: