From dfc3dd9dacbfdfb126493f4668d400b4f5b9cb3e Mon Sep 17 00:00:00 2001 From: Wekuz Date: Thu, 9 Apr 2026 15:02:21 +0300 Subject: [PATCH] Better nixos-unstable overlay --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f8b0b94..7c63d3b 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,8 @@ overlays = [ (final: prev: { unstable = import nixpkgs-unstable { - system = final.system; + inherit (final) config; + inherit (final.stdenv.hostPlatform) system; }; }) ];