From cd92670bb37b96a767b14458ff848a78b7f29e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Wed, 18 Sep 2024 13:25:23 +0200 Subject: [PATCH 1/3] flake: remove casper-cache.marijan.pro --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index fd09a11..2c320a6 100644 --- a/flake.nix +++ b/flake.nix @@ -5,13 +5,11 @@ extra-substituters = [ "https://crane.cachix.org" "https://nix-community.cachix.org" - "https://casper-cache.marijan.pro" "https://cspr.cachix.org" ]; extra-trusted-public-keys = [ "crane.cachix.org-1:8Scfpmn9w+hGdXH/Q9tTLiYAE/2dnJYRJP7kl80GuRk=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "casper-cache.marijan.pro:XIDjpzFQTEuWbnRu47IqSOy6IqyZlunVGvukNROL850=" "cspr.cachix.org-1:vEZlmbOsmTXkmEi4DSdqNVyq25VPNpmSm6qCs4IuTgE=" ]; }; From f124758532ff400a2776929d6ac0c3d2cb3fd1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Thu, 19 Sep 2024 16:52:44 +0200 Subject: [PATCH 2/3] flake: remove cachix --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2c320a6..0840f76 100644 --- a/flake.nix +++ b/flake.nix @@ -5,12 +5,10 @@ extra-substituters = [ "https://crane.cachix.org" "https://nix-community.cachix.org" - "https://cspr.cachix.org" ]; extra-trusted-public-keys = [ "crane.cachix.org-1:8Scfpmn9w+hGdXH/Q9tTLiYAE/2dnJYRJP7kl80GuRk=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "cspr.cachix.org-1:vEZlmbOsmTXkmEi4DSdqNVyq25VPNpmSm6qCs4IuTgE=" ]; }; From c30da516cc5229b8acefa8574ab10282cdc9d425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Thu, 19 Sep 2024 16:54:02 +0200 Subject: [PATCH 3/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 0159c46..266c29b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,10 +15,7 @@ jobs: steps: - uses: actions/checkout@main - uses: DeterminateSystems/nix-installer-action@main - - uses: cachix/cachix-action@master - with: - name: cspr - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - uses: DeterminateSystems/magic-nix-cache-action@main - name: System Info run: |