Cache

This is a binary cache for Nix packages.

Public key: cache.lpm.feri.um.si:TwiF0KOXmbNihiysjGaH7EZOMHUvuwy+1mI/EHGc56M=

Using the cache

Add this to /etc/nix/nix.conf:

extra-substituters = https://cache.lpm.feri.um.si
extra-trusted-public-keys = cache.lpm.feri.um.si:TwiF0KOXmbNihiysjGaH7EZOMHUvuwy+1mI/EHGc56M=
trusted-substituters = https://cache.lpm.feri.um.si

Restart the Nix daemon: sudo pkill nix-daemon

Reset negative caching: rm $HOME/.cache/nix/binary-cache-v*.sqlite*

GitHub actions

- uses: cachix/install-nix-action@v25
  with:
    extra_nix_config: |
      extra-substituters = https://cache.lpm.feri.um.si?priority=100
      extra-trusted-public-keys = cache.lpm.feri.um.si:TwiF0KOXmbNihiysjGaH7EZOMHUvuwy+1mI/EHGc56M=
      trusted-substituters = https://cache.lpm.feri.um.si