Commit 282a844
Changed files (1)
modules
core
nix
modules/core/nix/substituters.nix
@@ -9,10 +9,13 @@
"https://nix-community.cachix.org?priority=20"
"https://cache.garnix.io?priority=30"
+ # Flox has CUDA support binary cache, I don't want to build ffmpeg every time I update my system
+ "https://cache.flox.dev?priority=40"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
+ "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
];
};
};