Compare commits

...

2 commits

Author SHA1 Message Date
0b87addc97
profiles/core: Add personal cachix cache to the substituters
Some checks failed
Check & Deploy / generate-matrix (push) Has been cancelled
Check & Deploy / build-check (push) Has been cancelled
Check & Deploy / build-host (push) Has been cancelled
Check & Deploy / flake-check (push) Has been cancelled
Check & Deploy / deploy (push) Has been cancelled
2026-02-19 15:26:10 +01:00
90d01ecd17
workflows/check-deploy: Fix generate-matrix outputs 2026-02-19 15:11:52 +01:00
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
checks: ${{ steps.checks.outputs.checks }}
hosts: ${{ steps.hosts.outputs.hosts }}
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31

View file

@ -41,6 +41,11 @@
min-free = 4 * 1024 * 1024 * 1024;
max-free = 6 * 1024 * 1024 * 1024;
substituters = [ "https://sebastian-stork.cachix.org" ];
trusted-public-keys = [
"sebastian-stork.cachix.org-1:PAgwmtq5BF/UlUoXdBC2sX2EKZQ2vCjo3iGySujbaME="
];
};
};