feat: caching

This commit is contained in:
2026-06-05 13:09:18 +00:00
parent 341e3a0e1c
commit 35a5d59cbe
3 changed files with 15 additions and 17 deletions
+11
View File
@@ -1,5 +1,16 @@
{
description = "yukkop's nix utilities";
nixConfig = {
extra-substituters = [
"https://cache.nixos.org"
"https://cache.hectic-lab.com/hectic"
];
extra-trusted-public-keys = [
"hectic:KMQsKow4SoA9K2vOJlOljmx7/Zpf91Yy+5qEtxDDCzA="
];
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs-fixed.url = "github:NixOS/nixpkgs/nixos-25.11";