all repos — nix-packages @ 2d4b20f5a15ad0e094c60963c8a1736e608ebf58

My personal collection of packages for nix

rename self

Alin
commit

2d4b20f5a15ad0e094c60963c8a1736e608ebf58

parent

a68078d5c7818e6f2e4f271e4b4b23236961ba75

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.alanpearce.eu ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHdh3J7dEmh9G+CVmzFEC8/ont35ZXpCFcpLUO863vC + linde.alin.ovh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHdh3J7dEmh9G+CVmzFEC8/ont35ZXpCFcpLUO863vC - 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.alanpearce.eu . + run: nix copy --substitute-on-destination --to ssh://nixremote@linde.alin.ovh .