From afbe23d855b76fd097325a8e9bdc92f73a2f27a6 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 12 Feb 2026 09:19:37 +0200 Subject: [PATCH] nix: reorder substituters --- modules/nixos/nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nixos/nix.nix b/modules/nixos/nix.nix index c6935a3..82f7ab0 100644 --- a/modules/nixos/nix.nix +++ b/modules/nixos/nix.nix @@ -1,7 +1,8 @@ let substituters = [ - "https://cache.hydra.lab.liljamo.com" + "https://cache.nixos.org" "https://hyprland.cachix.org" + "https://cache.hydra.lab.liljamo.com" ]; in { flake.modules.nixos.nix = {...}: { -- 2.44.1