Added cachix caching to speed up updates

This commit is contained in:
2026-04-08 11:36:45 +01:00
parent e24b3e722e
commit da05b15ff0
+6
View File
@@ -1,6 +1,12 @@
{
description = "Cian-H's nix config";
# Add cachix binary cache to prevent massive compilation times
nixConfig = {
extra-substituters = ["https://noctalia.cachix.org"];
extra-trusted-public-keys = ["noctalia.cachix.org-1:pCOR47nnMEo5thcxNDtzWpOxNFQsBRglJzxWPp3dkU4="];
};
inputs = {
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";