From 90a06b860077e4257d4cd1160e60a37510f0237a Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Thu, 18 Apr 2024 11:14:26 +0200 Subject: [PATCH] Fix update-flake-inputs workfloww --- .github/workflows/update-flake-inputs.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index 93c5901..f9e1798 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -1,4 +1,4 @@ -name: Auto-merge Dependabot +name: Update flake inputs on: schedule: - cron: "0 7 * * *" # Run every day at 7AM @@ -13,6 +13,19 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install nix + uses: cachix/install-nix-action@v25 + with: + nix_path: nixpkgs=channel:nixos-unstable + + - uses: cachix/cachix-action@v14 + with: + name: holochain-ci + + - uses: cachix/cachix-action@v14 + with: + name: holochain-open-dev + - name: Update Flake run: | nix flake update