mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-04-29 19:01:45 +01:00
Added cachix caching to speed up updates
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user