From 0dd44a0d9bd9c90e213ff70c50f45a056880591f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Thu, 19 Sep 2024 16:59:47 +0200 Subject: [PATCH 1/3] flake: remove cachix --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3197c137..2e1e33e1 100644 --- a/flake.nix +++ b/flake.nix @@ -5,13 +5,11 @@ extra-substituters = [ "https://crane.cachix.org" "https://nix-community.cachix.org" - "https://kairos.cachix.org" "https://casper-cache.marijan.pro" ]; extra-trusted-public-keys = [ "crane.cachix.org-1:8Scfpmn9w+hGdXH/Q9tTLiYAE/2dnJYRJP7kl80GuRk=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "kairos.cachix.org-1:1EqnyWXEbd4Dn1jCbiWOF1NLOc/bELx+wuqk0ZpbeqQ=" "casper-cache.marijan.pro:XIDjpzFQTEuWbnRu47IqSOy6IqyZlunVGvukNROL850=" ]; }; From 4fe74eb14448adbaa08038ca782d738cc9f22eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Thu, 19 Sep 2024 17:00:31 +0200 Subject: [PATCH 2/3] ci: remove cachix --- .github/workflows/check.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9c6659e3..20a5aa7a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,10 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main - - uses: cachix/cachix-action@v14 - with: - name: kairos - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - uses: DeterminateSystems/magic-nix-cache-action@main - name: System Info run: | From 76d13fdec3153e6dc6797eb9c94de455cf658aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Thu, 19 Sep 2024 17:00:47 +0200 Subject: [PATCH 3/3] flake: remove casper-cache --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2e1e33e1..e3a7fd41 100644 --- a/flake.nix +++ b/flake.nix @@ -5,12 +5,10 @@ extra-substituters = [ "https://crane.cachix.org" "https://nix-community.cachix.org" - "https://casper-cache.marijan.pro" ]; extra-trusted-public-keys = [ "crane.cachix.org-1:8Scfpmn9w+hGdXH/Q9tTLiYAE/2dnJYRJP7kl80GuRk=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "casper-cache.marijan.pro:XIDjpzFQTEuWbnRu47IqSOy6IqyZlunVGvukNROL850=" ]; };