From a6c0ba30dc363d876068c6c9fb18c2cca8cbcaf6 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Wed, 14 Jan 2026 19:08:32 +0100 Subject: [PATCH] Fixed a typo --- modules/common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 1f120db..92c5903 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -13,7 +13,7 @@ # Package caches substituters = [ - "https://cache.nixos.org"; + "https://cache.nixos.org" "https://nix-community.cachix.org" "https://hyprland.cachix.org" ];