nix: reorder substituters
1 files changed, 2 insertions(+), 1 deletions(-) M modules/nixos/nix.nix
M modules/nixos/nix.nix => modules/nixos/nix.nix +2 -1
@@ 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 = {...}: {