From 5249aeeabd32cd81b9fc6eb28bdc1726dea3a0f8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Jan 2024 17:53:42 +0100 Subject: [PATCH] Enable flakehub --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11d456f..861a73b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: + flakehub: true extra-conf: | narinfo-cache-negative-ttl = 0 - name: Cache the store @@ -56,6 +57,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: + flakehub: true extra-conf: | narinfo-cache-negative-ttl = 0 - name: Cache the store @@ -73,6 +75,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: + flakehub: true extra-conf: | narinfo-cache-negative-ttl = 0 - name: Cache the store