feat(flox): add flox cache substituter

This commit is contained in:
randogoth 2026-02-05 08:02:42 +02:00
parent 3ef51393fb
commit 94ae481a76

View file

@ -1,6 +1,7 @@
{ inputs }: { inputs }:
{ lib, pkgs, ... }: { lib, pkgs, ... }:
{ {
nix.settings.substituters = lib.mkAfter [ "https://cache.flox.dev" ];
nix.settings.trusted-substituters = lib.mkAfter [ "https://cache.flox.dev" ]; nix.settings.trusted-substituters = lib.mkAfter [ "https://cache.flox.dev" ];
nix.settings.trusted-public-keys = lib.mkAfter [ nix.settings.trusted-public-keys = lib.mkAfter [
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="