mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-13 14:23:21 +01:00
Added cachix caching to speed up updates
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
{
|
{
|
||||||
description = "Cian-H's nix config";
|
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 = {
|
inputs = {
|
||||||
# Nixpkgs
|
# Nixpkgs
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
|
|||||||
Reference in New Issue
Block a user