Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 528 Bytes

NixOS

Build cache

Personal nixos module and pkgs

Setup

Setup binary cache to speed up build

nix.settings = {
  substituters = [
    "https://attic.indexyz.me/indexyz"
    "https://indexyz.cachix.org"

  ];
  trusted-public-keys = [
    "indexyz:XxexOMK+bHXR2slT4A9wnJg00EZFXCUYqlUhlEEGQEc="
    "indexyz.cachix.org-1:biBEnuZ4vTSsVMr8anZls+Lukq8w4zTHAK8/p+fdaJQ="
  ];
};