feat(flox): add flox cache substituter
This commit is contained in:
parent
3ef51393fb
commit
94ae481a76
1 changed files with 1 additions and 0 deletions
|
|
@ -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="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue