all repos — nix-packages @ dbe4ea377f860f9a55238379f4f1bd3ae90cb84f

My personal collection of packages for nix

use new host for binary cache

Alin
commit

dbe4ea377f860f9a55238379f4f1bd3ae90cb84f

parent

1ed84dc235d928c0daa480ee6d4d908b45ca2c85

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M .github/workflows/build.yml.github/workflows/build.yml
@@ -15,7 +15,7 @@ # SSH private key
key: ${{ secrets.SSH_KEY_NIXREMOTE }} name: id_ed25519 known_hosts: | - linde.alin.ovh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHdh3J7dEmh9G+CVmzFEC8/ont35ZXpCFcpLUO863vC + binarycache.alin.ovh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINU03etY1me+35aJ7DTJID60cHlvYx6lV8A6V+OiR7hr - name: Checkout uses: actions/checkout@v4 - name: Install Nix
@@ -36,4 +36,4 @@ run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Build nix packages run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs - name: Populate binary cache - run: nix copy --substitute-on-destination --to ssh://nixremote@linde.alin.ovh . + run: nix copy --substitute-on-destination --to ssh://nixremote@binarycache.alin.ovh .