From 9007964ebf3afd0384c94b97d61ca73f4407931f Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sun, 5 Apr 2026 01:05:23 +0300 Subject: [PATCH] test --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9ccf23d..aa854ef 100644 --- a/flake.nix +++ b/flake.nix @@ -46,13 +46,13 @@ overlays = [ (final: prev: { unstable = import nixpkgs-unstable { - system = final.system; + inherit (final) system config; }; }) ]; }; } - (import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix") + nixpkgs-unstable.nixosModules.seerr home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;