From 1471e142027fb2c7f596a692e2ba2a8f06a01b5e Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 11 Jun 2026 17:07:21 -0700 Subject: [PATCH] fixup: don't include linux-only drvs if not on linux --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 102225cde31..caf7eb11f4b 100644 --- a/flake.nix +++ b/flake.nix @@ -488,7 +488,7 @@ } ) ) - // { + // lib.optionalAttrs (linuxOnly -> nixpkgsFor.${system}.native.stdenv.hostPlatform.isLinux) { "${pkgName}-static" = let pkgs = nixpkgsFor.${system};