Commit 282a844

HPCesia <me@hpcesia.com>
2026-03-14 08:32:47
build: add flox cache for CUDA
1 parent 5c1324f
Changed files (1)
modules
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="
       ];
     };
   };