DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

afbe23d855b76fd097325a8e9bdc92f73a2f27a6 — Jonni Liljamo 18 days ago 0387785
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 = {...}: {