From 8ebe356f1f27e480a0b253654ea222a5752a1f21 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 14 Sep 2025 18:56:02 +0200 Subject: [PATCH] ljjlkasdljk --- profiles/base/cachix/flox.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 profiles/base/cachix/flox.nix diff --git a/profiles/base/cachix/flox.nix b/profiles/base/cachix/flox.nix new file mode 100644 index 0000000..baa1046 --- /dev/null +++ b/profiles/base/cachix/flox.nix @@ -0,0 +1,13 @@ + +{ + nix = { + settings = { + substituters = [ + "https://cache.flox.dev" # https://flox.dev/blog/flox-the-nix-foundation-and-nvidia-partner-for-cuda/ + ]; + trusted-public-keys = [ + "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" + ]; + }; + }; +}