Skip to content

Commit c8b1f1e

Browse files
committed
add binary cache info to flake
1 parent d23afbe commit c8b1f1e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
};
1212
};
1313

14+
nixConfig = {
15+
substituters = [ "https://nzbr-nix-cache.s3.eu-central-1.wasabisys.com" ];
16+
trusted-public-keys = [ "nzbr-nix-cache.s3.eu-central-1.wasabisys.com:3BzCCe4Frvvwamd5wibtMAcEKwbVs4y2xKUR2vQ8gIo=" ];
17+
};
18+
1419
outputs = { self, nixpkgs, flake-utils, pnpm2nix }:
1520
flake-utils.lib.eachDefaultSystem (system:
1621
let

0 commit comments

Comments
 (0)