diff --git a/nix/unwrapped.nix b/nix/unwrapped.nix index 69c5f1343..2a00b5620 100644 --- a/nix/unwrapped.nix +++ b/nix/unwrapped.nix @@ -85,8 +85,6 @@ stdenv.mkDerivation { ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ] ++ lib.optional gamemodeSupport gamemode; - hardeningEnable = lib.optionals stdenv.hostPlatform.isLinux [ "pie" ]; - cmakeFlags = [ # downstream branding (lib.cmakeFeature "Launcher_BUILD_PLATFORM" "nixpkgs")