Update flake, change nixarr to unstable

This commit is contained in:
2025-10-19 14:24:00 -04:00
parent c733de13cf
commit de3251d74d
2 changed files with 76 additions and 3 deletions

View File

@@ -128,8 +128,8 @@
};
nixarr = mkNixOSConfigurations {
host = hosts.nixarr;
nixpkgs = inputs.nixpkgs-stable;
home-manager = inputs.home-manager-stable;
nixpkgs = inputs.nixpkgs;
home-manager = inputs.home-manager;
modules = [nixarr.nixosModules.default];
};
};